mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 22:46:55 +00:00
fix the initial credential screen
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
3f672595ea
commit
dca989e99b
3 changed files with 0 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue