From 23b27d805740599b968d41e08d726f2a0dc5bdde Mon Sep 17 00:00:00 2001 From: Michael Foster Date: Tue, 16 Jul 2013 01:38:24 -0400 Subject: [PATCH] Add clean() to mod_move function --- inc/mod/pages.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inc/mod/pages.php b/inc/mod/pages.php index 86f5ee52..fddf63c7 100644 --- a/inc/mod/pages.php +++ b/inc/mod/pages.php @@ -906,8 +906,10 @@ function mod_move($originBoard, $postID) { modLog("Moved thread #${postID} to " . sprintf($config['board_abbreviation'], $targetBoard) . " (#${newID})", $originBoard); - // build new hread + // build new thread buildThread($newID); + + clean(); buildIndex(); // trigger themes