forked from GithubBackups/vichan
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
ca079eeae1
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user