Replaced check_db in App
This commit is contained in:
parent
ffbad2dc81
commit
f08f063a38
|
@ -1682,7 +1682,7 @@ class App
|
|||
$this->module = 'maintenance';
|
||||
} else {
|
||||
$this->checkURL();
|
||||
check_db(false);
|
||||
Core\Update::check(false);
|
||||
Core\Addon::loadAddons();
|
||||
Core\Hook::loadHooks();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue