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
@ -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…
Reference in New Issue
Block a user