1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-18 17:14:04 +01:00

Add clean() to mod_move function

This commit is contained in:
Michael Foster 2013-07-16 01:38:24 -04:00
parent 2ec71f9b3e
commit a5e04f0ba7

View File

@ -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