mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-20 04:31:23 +01:00
Missing buildIndex() after moving threads
This commit is contained in:
parent
bb521da32e
commit
0c682f5cc3
@ -863,6 +863,8 @@ function mod_move($originBoard, $postID) {
|
||||
$botID = post($post);
|
||||
buildThread($postID);
|
||||
|
||||
buildIndex();
|
||||
|
||||
header('Location: ?/' . sprintf($config['board_path'], $originBoard) . $config['dir']['res'] .sprintf($config['file_page'], $postID) .
|
||||
'#' . $botID, true, $config['redirect_http']);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user