allow to install 27 on new install

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-06-06 13:56:37 +02:00
parent 9fb238ac4d
commit 5a842af004
2 changed files with 2 additions and 2 deletions

View file

@ -155,7 +155,7 @@ class DockerController
}
if (isset($request->getParsedBody()['install_latest_major'])) {
$installLatestMajor = 26;
$installLatestMajor = 27;
} else {
$installLatestMajor = "";
}