mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-11 22:44:26 +02:00
BugFix: forgot configCache in ConfigFactory
This commit is contained in:
parent
c82127ffb7
commit
a30200083a
5 changed files with 9 additions and 8 deletions
|
@ -33,7 +33,7 @@ class DependencyFactory
|
|||
$database = Factory\DBFactory::init($configCache, $profiler, $_SERVER);
|
||||
$config = Factory\ConfigFactory::createConfig($configCache);
|
||||
// needed to call PConfig::init()
|
||||
Factory\ConfigFactory::createPConfig(new PConfigCache());
|
||||
Factory\ConfigFactory::createPConfig($configCache, new PConfigCache());
|
||||
$logger = Factory\LoggerFactory::create($channel, $database, $config, $profiler);
|
||||
Factory\LoggerFactory::createDev($channel, $config, $profiler);
|
||||
$baseURL = new BaseURL($config, $_SERVER);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue