mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-26 08:20:58 +01:00
This commit is contained in:
commit
4f46943b50
@ -1073,7 +1073,7 @@ function mod_move_reply($originBoard, $postID) {
|
||||
buildThread($newID);
|
||||
|
||||
// trigger themes
|
||||
rebuildThemes('post');
|
||||
rebuildThemes('post', $targetBoard);
|
||||
// mod log
|
||||
modLog("Moved post #${postID} to " . sprintf($config['board_abbreviation'], $targetBoard) . " (#${newID})", $originBoard);
|
||||
|
||||
@ -1245,7 +1245,7 @@ function mod_move($originBoard, $postID) {
|
||||
buildIndex();
|
||||
|
||||
// trigger themes
|
||||
rebuildThemes('post');
|
||||
rebuildThemes('post', $targetBoard);
|
||||
|
||||
// return to original board
|
||||
openBoard($originBoard);
|
||||
|
Loading…
Reference in New Issue
Block a user