Browse Source

Missing buildIndex() after moving threads

pull/40/head
Michael Save 12 years ago
parent
commit
0c682f5cc3
  1. 2
      inc/mod/pages.php

2
inc/mod/pages.php

@ -863,6 +863,8 @@ function mod_move($originBoard, $postID) {
$botID = post($post); $botID = post($post);
buildThread($postID); buildThread($postID);
buildIndex();
header('Location: ?/' . sprintf($config['board_path'], $originBoard) . $config['dir']['res'] .sprintf($config['file_page'], $postID) . header('Location: ?/' . sprintf($config['board_path'], $originBoard) . $config['dir']['res'] .sprintf($config['file_page'], $postID) .
'#' . $botID, true, $config['redirect_http']); '#' . $botID, true, $config['redirect_http']);
} else { } else {

Loading…
Cancel
Save