1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-20 04:31:23 +01:00

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

This commit is contained in:
Michael Save 2012-04-15 20:04:26 +10:00
parent 2caf043358
commit e5c4394185

View File

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