aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/default/container/services_event.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/config/default/container/services_event.yml b/phpBB/config/default/container/services_event.yml
index ca79df09e7..5696275e64 100644
--- a/phpBB/config/default/container/services_event.yml
+++ b/phpBB/config/default/container/services_event.yml
@@ -9,7 +9,7 @@ services:
arguments:
- '@template'
- '@language'
- - '%?debug.exceptions'
+ - '%debug.exceptions%'
tags:
- { name: kernel.event_subscriber }