rebuild wasn't working unless you choes "all boards"
This commit is contained in:
parent
2caf043358
commit
e5c4394185
@ -358,7 +358,7 @@ function mod_rebuild() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
foreach ($boards as $board) {
|
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;
|
continue;
|
||||||
|
|
||||||
openBoard($board['uri']);
|
openBoard($board['uri']);
|
||||||
|
Loading…
Reference in New Issue
Block a user