Fix installer

I got too copy-paste happy 😦
This commit is contained in:
Mike Koch 2015-08-21 13:24:03 -04:00
parent 88c8506cf3
commit 5b4422c59b

View File

@ -49,8 +49,8 @@ if ($version == 1) {
execute240Scripts();
execute240FileUpdate();
} elseif ($version == 241) {
execute240Scripts();
execute240FileUpdate();
execute241Scripts();
execute241FileUpdate();
} else {
$response = 'The version "'.$version.'" was not recognized. Check the value submitted and try again.';
print $response;