mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
aio interface - show upgrade hint for 29
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
75fdb28486
commit
c0ab585c08
2 changed files with 3 additions and 3 deletions
|
|
@ -173,7 +173,7 @@ class DockerController
|
|||
}
|
||||
|
||||
if (isset($request->getParsedBody()['install_latest_major'])) {
|
||||
$installLatestMajor = 28;
|
||||
$installLatestMajor = 29;
|
||||
} else {
|
||||
$installLatestMajor = "";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue