Browse Source

rebuild wasn't working unless you choes "all boards"

pull/40/head
Michael Save 12 years ago
parent
commit
e5c4394185
  1. 2
      inc/mod/pages.php

2
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']);

Loading…
Cancel
Save