Fix a rebuilding when moving (targetBoard -> originBoard)

This commit is contained in:
towards-a-new-leftypol 2024-08-12 16:54:19 -04:00
parent 0654d7f0ea
commit b14dac6681
1 changed files with 1 additions and 1 deletions

View File

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