cleanup: don't trigger rebuild code; fail silently (boardlink race fix; I will test it a bit)

This commit is contained in:
czaks 2014-02-18 20:42:19 +01:00
parent fd1fe4a85b
commit cbf44d4d75

View File

@ -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);
}
}