Browse Source

rebuild shadowed thread after moving

pull/40/head
Michael Save 12 years ago
parent
commit
8ba120b6f4
  1. 1
      mod.php

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

Loading…
Cancel
Save