diff --git a/inc/mod/pages.php b/inc/mod/pages.php index 105061e9..bba16d6d 100644 --- a/inc/mod/pages.php +++ b/inc/mod/pages.php @@ -1242,7 +1242,7 @@ function mod_ban_post($board, $delete, $post, $token = false) { // Rebuild board buildIndex(); // Rebuild themes - rebuildThemes('post-delete', $board['uri']); + rebuildThemes('post-delete', $board); } header('Location: ?/' . sprintf($config['board_path'], $board) . $config['file_index'], true, $config['redirect_http']); @@ -1338,7 +1338,7 @@ function mod_delete($board, $post) { // Rebuild board buildIndex(); // Rebuild themes - rebuildThemes('post-delete', $board['uri']); + rebuildThemes('post-delete', $board); // Redirect header('Location: ?/' . sprintf($config['board_path'], $board) . $config['file_index'], true, $config['redirect_http']); } @@ -1360,7 +1360,7 @@ function mod_deletefile($board, $post) { // Rebuild board buildIndex(); // Rebuild themes - rebuildThemes('post-delete', $board['uri']); + rebuildThemes('post-delete', $board); // Redirect header('Location: ?/' . sprintf($config['board_path'], $board) . $config['file_index'], true, $config['redirect_http']); @@ -1401,7 +1401,7 @@ function mod_spoiler_image($board, $post) { buildIndex(); // Rebuild themes - rebuildThemes('post-delete', $board['uri']); + rebuildThemes('post-delete', $board); // Redirect header('Location: ?/' . sprintf($config['board_path'], $board) . $config['file_index'], true, $config['redirect_http']);