diff --git a/inc/mod/pages.php b/inc/mod/pages.php index 7522e2a5..9ead82e6 100644 --- a/inc/mod/pages.php +++ b/inc/mod/pages.php @@ -1257,9 +1257,11 @@ function mod_move_reply($originBoard, $postID) { // build index buildIndex(); - // build new thread - buildThread($newID); - + if ($post['op']) { + // build new thread + buildThread($newID); + } + // trigger themes rebuildThemes('post', $targetBoard); // mod log