mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/16898] Do not restrict the debug error handler to the dev env
PHPBB3-16898
This commit is contained in:
committed by
Marc Alexander
parent
99734fc648
commit
1d4fbd240e
@@ -40,6 +40,7 @@ class container_configuration implements ConfigurationInterface
|
||||
->booleanNode('sql_explain')->defaultValue(false)->end()
|
||||
->booleanNode('memory')->defaultValue(false)->end()
|
||||
->booleanNode('show_errors')->defaultValue(false)->end()
|
||||
->booleanNode('error_handler')->defaultValue(false)->end()
|
||||
->end()
|
||||
->end()
|
||||
->arrayNode('twig')
|
||||
|
Reference in New Issue
Block a user