forked from leftypol/leftypol
Fix reply moving
This commit is contained in:
parent
affad5594e
commit
fd398f82ed
2 changed files with 45 additions and 1 deletions
|
@ -1059,10 +1059,13 @@ function mod_move_reply($originBoard, $postID) {
|
|||
}
|
||||
}
|
||||
|
||||
// build index
|
||||
buildIndex();
|
||||
// build new thread
|
||||
buildThread($newID);
|
||||
|
||||
// trigger themes
|
||||
rebuildThemes($post['op'] ? 'post-thread' : 'post');
|
||||
rebuildThemes('post');
|
||||
// mod log
|
||||
modLog("Moved post #${postID} to " . sprintf($config['board_abbreviation'], $targetBoard) . " (#${newID})", $originBoard);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue