Merge pull request #518 from smolten/master

When moving Reply from Thread to Thread: Remove re-direct to error page "Thread does not exist"
This commit is contained in:
27chan 2022-12-13 17:31:36 -03:00 committed by GitHub
commit 5961373dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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