1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-25 16:00:22 +01:00

rebuild shadowed thread after moving

This commit is contained in:
Michael Save 2012-04-03 05:40:43 +10:00
parent 15a466e312
commit c57cecdf57

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 {