diff --git a/inc/mod/pages.php b/inc/mod/pages.php index 4e56f427..53ce3eca 100644 --- a/inc/mod/pages.php +++ b/inc/mod/pages.php @@ -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']);