mirror of
https://github.com/friendica/friendica
synced 2025-05-17 02:24:11 +02:00
Hardening ConfigUpgrade
This commit is contained in:
parent
1c2a77c47f
commit
e0b1f4f251
5 changed files with 126 additions and 57 deletions
|
@ -1187,7 +1187,7 @@ class App
|
|||
$this->module = 'maintenance';
|
||||
} else {
|
||||
$this->checkURL();
|
||||
Core\Update::check($this->getBasePath(), false);
|
||||
Core\Update::check($this->getBasePath(), false, $this->getMode());
|
||||
Core\Addon::loadAddons();
|
||||
Core\Hook::loadHooks();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue