mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-28 06:20:14 +00:00
fix the initial credential screen
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
@@ -290,12 +290,8 @@ class DockerActionManager
|
||||
public function isAnyUpdateAvailable() {
|
||||
$id = 'nextcloud-aio-apache';
|
||||
|
||||
if ($this->configurationManager->GetIsContainerUpateAvailable()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
if ($this->isContainerUpdateAvailable($id) !== "") {
|
||||
$this->configurationManager->SetIsContainerUpateAvailable(true);
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user