mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
allow to install 27 on new install
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
9fb238ac4d
commit
5a842af004
2 changed files with 2 additions and 2 deletions
|
|
@ -155,7 +155,7 @@ class DockerController
|
|||
}
|
||||
|
||||
if (isset($request->getParsedBody()['install_latest_major'])) {
|
||||
$installLatestMajor = 26;
|
||||
$installLatestMajor = 27;
|
||||
} else {
|
||||
$installLatestMajor = "";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue