1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-29 17:54:29 +01:00

Fix try_smarter with deletePost

This commit is contained in:
ctrlcctrlv 2013-08-22 17:08:26 +00:00
parent 212524751b
commit 8fbfec5147

View File

@ -1007,8 +1007,8 @@ function deletePost($id, $error_if_doesnt_exist=true, $rebuild_after=true) {
$query->execute() or error(db_error($query));
if (isset($rebuild) && $rebuild_after) {
buildIndex();
buildThread($rebuild);
buildIndex();
}
return true;