1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +02:00

[ticket/12636] Rename log.session_errors to session.log_errors

PHPBB3-12636
This commit is contained in:
rubencm
2018-09-13 14:53:01 +00:00
parent ade145dc56
commit 03ea042d57
5 changed files with 8 additions and 8 deletions

View File

@@ -54,10 +54,10 @@ class container_configuration implements ConfigurationInterface
->booleanNode('composer_verbose')->defaultValue(false)->end()
->end()
->end()
->arrayNode('log')
->arrayNode('session')
->addDefaultsIfNotSet()
->children()
->booleanNode('session_errors')->defaultValue(false)->end()
->booleanNode('log_errors')->defaultValue(false)->end()
->end()
->end()
->end()