rebuild shadowed thread after moving

This commit is contained in:
Michael Save 2012-04-03 05:40:43 +10:00
parent a38831a1ef
commit 8ba120b6f4

View File

@ -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 {