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

Bug: deleting posts doesn't rebuld index

This commit is contained in:
ctrlcctrlv 2013-08-22 16:51:28 +00:00
parent a505a65b09
commit 212524751b

View File

@ -1007,6 +1007,7 @@ 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);
}