mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12631] Solve rebase issues
PHPBB3-12631
This commit is contained in:
@@ -64,6 +64,8 @@ class container_configuration implements ConfigurationInterface
|
||||
->children()
|
||||
->booleanNode('force_sid')->defaultValue(false)->end()
|
||||
->booleanNode('log_errors')->defaultValue(false)->end()
|
||||
->end()
|
||||
->end()
|
||||
->arrayNode('finder')
|
||||
->addDefaultsIfNotSet()
|
||||
->children()
|
||||
|
@@ -117,6 +117,7 @@ class core extends Extension
|
||||
foreach ($config['session'] as $name => $value)
|
||||
{
|
||||
$container->setParameter('session.' . $name, $value);
|
||||
}
|
||||
|
||||
// Set the finder options
|
||||
foreach ($config['finder'] as $name => $value)
|
||||
|
Reference in New Issue
Block a user