Fix installer
I got too copy-paste happy 😦
This commit is contained in:
parent
88c8506cf3
commit
5b4422c59b
@ -49,11 +49,11 @@ 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;
|
||||
http_response_code(400);
|
||||
}
|
||||
return;
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user