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 committed by GitHub
parent 5961373dda
commit ca079eeae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1257,11 +1257,9 @@ 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);
// mod log // mod log