forked from leftypol/leftypol
rebuild wasn't working unless you choes "all boards"
This commit is contained in:
parent
2caf043358
commit
e5c4394185
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue