Merge pull request #12622 from nupplaphil/bug/config

`node.config.php` bugfixings
This commit is contained in:
Hypolite Petovan 2023-01-07 08:45:53 -05:00 committed by GitHub
commit 308618b559
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 457 additions and 325 deletions

View file

@ -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');