forked from leftypol/leftypol
cleanup: don't trigger rebuild code; fail silently (boardlink race fix; I will test it a bit)
This commit is contained in:
parent
fd1fe4a85b
commit
cbf44d4d75
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue