From 8ba120b6f40b041f0d1af99bfe13405f4596dfb1 Mon Sep 17 00:00:00 2001 From: Michael Save Date: Tue, 3 Apr 2012 05:40:43 +1000 Subject: [PATCH] rebuild shadowed thread after moving --- mod.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod.php b/mod.php index e30dee72..8bd10c8d 100644 --- a/mod.php +++ b/mod.php @@ -2811,6 +2811,7 @@ markup($post['body']); $botID = post($post, false); + buildThread($postID); header('Location: ?/' . sprintf($config['board_path'], $boardName) . $config['dir']['res'] . sprintf($config['file_page'], $postID) . '#' . $botID, true, $config['redirect_http']); } else {