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