forked from leftypol/leftypol
Removes rebuild after each deleted post when deleting by ip.
This commit is contained in:
parent
48650d8ddd
commit
40012ef81c
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue