diff --git a/install.php b/install.php index 148ba9dd..cbb1f3f6 100644 --- a/install.php +++ b/install.php @@ -78,7 +78,7 @@ query("UPDATE `mods` SET `boards` = '*'") or error(db_error()); case 'v0.9.3-dev-2': $boards = listBoards(); - foreach($boards as &_$board) { + foreach($boards as &$_board) { query(sprintf("ALTER TABLE `posts_%s` CHANGE `filehash` `filehash` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL", $_board['uri'])) or error(db_error()); } case false: