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(); execute240Scripts();
execute240FileUpdate(); execute240FileUpdate();
} elseif ($version == 241) { } elseif ($version == 241) {
execute240Scripts(); execute241Scripts();
execute240FileUpdate(); execute241FileUpdate();
} else { } else {
$response = 'The version "'.$version.'" was not recognized. Check the value submitted and try again.'; $response = 'The version "'.$version.'" was not recognized. Check the value submitted and try again.';
print $response; print $response;