aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/di/extension/core.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/di/extension/core.php')
-rw-r--r--phpBB/phpbb/di/extension/core.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/di/extension/core.php b/phpBB/phpbb/di/extension/core.php
index 213e3a5890..0497c90e2a 100644
--- a/phpBB/phpbb/di/extension/core.php
+++ b/phpBB/phpbb/di/extension/core.php
@@ -101,9 +101,9 @@ class core extends Extension
}
// Set the log options
- foreach ($config['log'] as $name => $value)
+ foreach ($config['session'] as $name => $value)
{
- $container->setParameter('log.' . $name, $value);
+ $container->setParameter('session.' . $name, $value);
}
}