Browse Source

Add clean() to mod_move function

pull/40/head
Michael Foster 11 years ago
parent
commit
23b27d8057
  1. 4
      inc/mod/pages.php

4
inc/mod/pages.php

@ -906,8 +906,10 @@ function mod_move($originBoard, $postID) {
modLog("Moved thread #${postID} to " . sprintf($config['board_abbreviation'], $targetBoard) . " (#${newID})", $originBoard);
// build new hread
// build new thread
buildThread($newID);
clean();
buildIndex();
// trigger themes

Loading…
Cancel
Save