Replaced check_db in App

This commit is contained in:
Philipp Holzer 2018-10-29 09:07:36 +01:00
parent ffbad2dc81
commit f08f063a38
No known key found for this signature in database
GPG Key ID: 517BE60E2CE5C8A5
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}