diff --git a/inc/mod/pages.php b/inc/mod/pages.php index a3f19cd9..7278afa3 100644 --- a/inc/mod/pages.php +++ b/inc/mod/pages.php @@ -863,6 +863,8 @@ function mod_move($originBoard, $postID) { $botID = post($post); buildThread($postID); + buildIndex(); + header('Location: ?/' . sprintf($config['board_path'], $originBoard) . $config['dir']['res'] .sprintf($config['file_page'], $postID) . '#' . $botID, true, $config['redirect_http']); } else {