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:
parent
5961373dda
commit
70222e8c2d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user