From 5f977ee5935f28090c73ee2afc9a277af3671140 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 Conflicts: inc/mod/pages.php --- inc/mod/pages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/mod/pages.php b/inc/mod/pages.php index bba16d6d..e782b09b 100644 --- a/inc/mod/pages.php +++ b/inc/mod/pages.php @@ -1137,7 +1137,7 @@ function mod_move($originBoard, $postID) { buildIndex(); // trigger themes - rebuildThemes('post'); + rebuildThemes('post', $targetBoard); // return to original board openBoard($originBoard);