From 0a04e747c4466d5f1e0ce8abe509eae960f1d1e4 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Sat, 25 May 2024 16:29:16 -0400 Subject: [PATCH] Rebuild origin board themes if moving a thread and not leaving a shadow --- inc/mod/pages.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/mod/pages.php b/inc/mod/pages.php index 4a8d392e..4e56f427 100644 --- a/inc/mod/pages.php +++ b/inc/mod/pages.php @@ -1501,6 +1501,7 @@ function mod_move($originBoard, $postID) { } else { deletePost($postID); buildIndex(); + rebuildThemes('post', $targetBoard); openBoard($targetBoard); header('Location: ?/' . sprintf($config['board_path'], $newboard['uri']) . $config['dir']['res'] . link_for($op, false, $newboard), true, $config['redirect_http']);