Rebuild origin board themes if moving a thread and not leaving a shadow

This commit is contained in:
towards-a-new-leftypol 2024-05-25 16:29:16 -04:00
parent 922a979f39
commit 15044a0568
1 changed files with 1 additions and 0 deletions

View File

@ -1501,6 +1501,7 @@ function mod_move($originBoard, $postID) {
} else {
deletePost($postID);
buildIndex();
rebuildThemes('post', $targetBoard);
openBoard($targetBoard);
header('Location: ?/' . sprintf($config['board_path'], $newboard['uri']) . $config['dir']['res'] . link_for($op, false, $newboard), true, $config['redirect_http']);