mirror of
https://github.com/friendica/friendica
synced 2025-04-27 18:30:12 +00:00
Apply Update::check() suggestions
This commit is contained in:
parent
c35fd68ec2
commit
baf3225916
6 changed files with 5 additions and 9 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue