Fix reply moving

This commit is contained in:
ctrlcctrlv 2013-08-19 13:20:10 +00:00
parent affad5594e
commit fd398f82ed
2 changed files with 45 additions and 1 deletions

View file

@ -1059,10 +1059,13 @@ function mod_move_reply($originBoard, $postID) {
}
}
// build index
buildIndex();
// build new thread
buildThread($newID);
// trigger themes
rebuildThemes($post['op'] ? 'post-thread' : 'post');
rebuildThemes('post');
// mod log
modLog("Moved post #${postID} to " . sprintf($config['board_abbreviation'], $targetBoard) . " (#${newID})", $originBoard);