Add clean() to mod_move function

This commit is contained in:
Michael Foster 2013-07-16 01:38:24 -04:00
parent c2dc25ac51
commit 23b27d8057

View File

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