From e5c4394185c6af6252f6182337c6431fc07d3a77 Mon Sep 17 00:00:00 2001 From: Michael Save Date: Sun, 15 Apr 2012 20:04:26 +1000 Subject: [PATCH] rebuild wasn't working unless you choes "all boards" --- 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 d8352671..7518b9fb 100644 --- a/inc/mod/pages.php +++ b/inc/mod/pages.php @@ -358,7 +358,7 @@ function mod_rebuild() { } foreach ($boards as $board) { - if (!(isset($_POST['boards_all']) || isset($_POST['boards_' . $board['uri']]))) + if (!(isset($_POST['boards_all']) || isset($_POST['board_' . $board['uri']]))) continue; openBoard($board['uri']);