rebuild shadowed thread after moving
This commit is contained in:
parent
a38831a1ef
commit
8ba120b6f4
1
mod.php
1
mod.php
@ -2811,6 +2811,7 @@
|
|||||||
markup($post['body']);
|
markup($post['body']);
|
||||||
|
|
||||||
$botID = post($post, false);
|
$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']);
|
header('Location: ?/' . sprintf($config['board_path'], $boardName) . $config['dir']['res'] . sprintf($config['file_page'], $postID) . '#' . $botID, true, $config['redirect_http']);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user