Refactor dynamic App::getMode() to static DI::mode()

This commit is contained in:
nupplaPhil 2019-12-15 23:52:15 +01:00
parent 181529f3df
commit 9cec293ccc
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
6 changed files with 13 additions and 21 deletions

View file

@ -111,7 +111,7 @@ class Summary extends BaseAdminModule
}
// check legacy basepath settings
$configLoader = new ConfigFileLoader($a->getBasePath(), $a->getMode());
$configLoader = new ConfigFileLoader($a->getBasePath());
$configCache = new Config\Cache\ConfigCache();
$configLoader->setupCache($configCache);
$confBasepath = $configCache->get('system', 'basepath');