diff --git a/inc/functions.php b/inc/functions.php index 4c3f6a4e..d26abcb7 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -1057,7 +1057,7 @@ function clean() { $query->execute() or error(db_error($query)); while ($post = $query->fetch(PDO::FETCH_ASSOC)) { - deletePost($post['id']); + deletePost($post['id'], false, false); } }