From 0c682f5cc33637882ee3c76f294a476b1bd0e3fb Mon Sep 17 00:00:00 2001 From: Michael Save Date: Tue, 22 May 2012 15:25:22 +1000 Subject: [PATCH] Missing buildIndex() after moving threads --- inc/mod/pages.php | 2 ++ 1 file changed, 2 insertions(+) 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 {