From b829d19ec7fd4eb18f6e6fdc7df3ad7cc738164a Mon Sep 17 00:00:00 2001 From: ctrlcctrlv Date: Thu, 29 Aug 2013 00:38:39 +0000 Subject: [PATCH] Moving threads wasn't working with the catalog theme enabled --- inc/mod/pages.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/mod/pages.php b/inc/mod/pages.php index 15bc0336..eeea98d6 100644 --- a/inc/mod/pages.php +++ b/inc/mod/pages.php @@ -1073,7 +1073,7 @@ function mod_move_reply($originBoard, $postID) { buildThread($newID); // trigger themes - rebuildThemes('post'); + rebuildThemes('post', $targetBoard); // mod log modLog("Moved post #${postID} to " . sprintf($config['board_abbreviation'], $targetBoard) . " (#${newID})", $originBoard); @@ -1245,7 +1245,7 @@ function mod_move($originBoard, $postID) { buildIndex(); // trigger themes - rebuildThemes('post'); + rebuildThemes('post', $targetBoard); // return to original board openBoard($originBoard);