mirror of
https://github.com/friendica/friendica
synced 2025-04-21 05:10:11 +00:00
Merge pull request #12622 from nupplaphil/bug/config
`node.config.php` bugfixings
This commit is contained in:
commit
308618b559
22 changed files with 457 additions and 325 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue