Revert "When moving Reply from Thread to Thread: Remove re-direct to error page "Thread does not exist""

This commit is contained in:
Fredrick Brennan 2022-12-14 03:17:36 -05:00
parent 5961373dda
commit 70222e8c2d

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);