Move Config::load() to DI::config()->load()

This commit is contained in:
nupplaPhil 2020-01-19 21:20:10 +01:00
parent 1bc4b2e078
commit 5d294e8be8
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
4 changed files with 3 additions and 15 deletions

View file

@ -44,7 +44,7 @@ if (DI::mode()->isInstall()) {
die("Friendica isn't properly installed yet.\n");
}
Config::load();
DI::config()->load();
if (empty(Config::get('system', 'pidfile'))) {
die(<<<TXT