Removes rebuild after each deleted post when deleting by ip.
This commit is contained in:
parent
11d59a9181
commit
c87cd9ab82
|
@ -2259,8 +2259,6 @@ function mod_deletebyip($boardName, $post, $global = false) {
|
||||||
|
|
||||||
rebuildThemes('post-delete', $board['uri']);
|
rebuildThemes('post-delete', $board['uri']);
|
||||||
|
|
||||||
buildIndex();
|
|
||||||
|
|
||||||
if ($post['thread'])
|
if ($post['thread'])
|
||||||
$threads_to_rebuild[$post['board']][$post['thread']] = true;
|
$threads_to_rebuild[$post['board']][$post['thread']] = true;
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue