Browse Source

...

pull/40/head
czaks 9 years ago
parent
commit
2f7aeec531
  1. 4
      inc/mod/pages.php

4
inc/mod/pages.php

@ -1360,14 +1360,14 @@ function mod_move($originBoard, $postID) {
buildIndex(); buildIndex();
header('Location: ?/' . sprintf($config['board_path'], $originBoard) . $config['dir']['res'] . link_for($op, false, $newboard) . header('Location: ?/' . sprintf($config['board_path'], $newboard['uri']) . $config['dir']['res'] . link_for($op, false, $newboard) .
'#' . $botID, true, $config['redirect_http']); '#' . $botID, true, $config['redirect_http']);
} else { } else {
deletePost($postID); deletePost($postID);
buildIndex(); buildIndex();
openBoard($targetBoard); openBoard($targetBoard);
header('Location: ?/' . sprintf($config['board_path'], $board['uri']) . $config['dir']['res'] . link_for($op, false, $newboard), true, $config['redirect_http']); header('Location: ?/' . sprintf($config['board_path'], $newboard['uri']) . $config['dir']['res'] . link_for($op, false, $newboard), true, $config['redirect_http']);
} }
} }

Loading…
Cancel
Save