Merge pull request #12622 from nupplaphil/bug/config
`node.config.php` bugfixings
This commit is contained in:
@@ -154,7 +154,7 @@ class Summary extends BaseAdmin
|
||||
}
|
||||
|
||||
// check legacy basepath settings
|
||||
$configLoader = (new Config())->createConfigFileLoader($a->getBasePath(), $_SERVER);
|
||||
$configLoader = (new Config())->createConfigFileManager($a->getBasePath(), $_SERVER);
|
||||
$configCache = new Cache();
|
||||
$configLoader->setupCache($configCache);
|
||||
$confBasepath = $configCache->get('system', 'basepath');
|
||||
|
||||
Reference in New Issue
Block a user