Compare commits

...

1 Commits

View File

@ -1257,10 +1257,8 @@ function mod_move_reply($originBoard, $postID) {
// build index // build index
buildIndex(); buildIndex();
if ($post['op']) {
// build new thread // build new thread
buildThread($newID); buildThread($newID);
}
// trigger themes // trigger themes
rebuildThemes('post', $targetBoard); rebuildThemes('post', $targetBoard);