Apply Update::check() suggestions

This commit is contained in:
Philipp 2023-01-06 12:50:14 +01:00
parent c35fd68ec2
commit baf3225916
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
6 changed files with 5 additions and 9 deletions

View file

@ -659,7 +659,7 @@ class App
$this->baseURL->redirect('install');
} else {
$this->checkURL();
Core\Update::check($this->getBasePath(), false, $this->mode);
Core\Update::check($this->getBasePath(), false);
Core\Addon::loadAddons();
Core\Hook::loadHooks();
}