mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-23 23:20:57 +01:00
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,9 +1257,11 @@ function mod_move_reply($originBoard, $postID) {
|
||||
|
||||
// build index
|
||||
buildIndex();
|
||||
// build new thread
|
||||
buildThread($newID);
|
||||
|
||||
if ($post['op']) {
|
||||
// build new thread
|
||||
buildThread($newID);
|
||||
}
|
||||
|
||||
// trigger themes
|
||||
rebuildThemes('post', $targetBoard);
|
||||
// mod log
|
||||
|
Loading…
Reference in New Issue
Block a user