mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-18 17:14:04 +01:00
Add clean() to mod_move function
This commit is contained in:
parent
2ec71f9b3e
commit
a5e04f0ba7
@ -906,8 +906,10 @@ function mod_move($originBoard, $postID) {
|
||||
|
||||
modLog("Moved thread #${postID} to " . sprintf($config['board_abbreviation'], $targetBoard) . " (#${newID})", $originBoard);
|
||||
|
||||
// build new hread
|
||||
// build new thread
|
||||
buildThread($newID);
|
||||
|
||||
clean();
|
||||
buildIndex();
|
||||
|
||||
// trigger themes
|
||||
|
Loading…
x
Reference in New Issue
Block a user