1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-27 17:00:52 +01:00

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,11 +1257,9 @@ function mod_move_reply($originBoard, $postID) {
// build index
buildIndex();
if ($post['op']) {
// build new thread
buildThread($newID);
}
// build new thread
buildThread($newID);
// trigger themes
rebuildThemes('post', $targetBoard);
// mod log