aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2017-09-10 12:54:10 +0200
committerTristan Darricau <github@nicofuma.fr>2017-09-10 13:34:31 +0200
commit6e86cd9e15241e9d1ce5fc3eaaf3844c155cc3e9 (patch)
treec5e5d0442ac9491aa2578a9ed63f5cb7db6483de /phpBB/config
parente465af28d11d97b4a48efb2dc9bb277921b63def (diff)
downloadforums-6e86cd9e15241e9d1ce5fc3eaaf3844c155cc3e9.tar
forums-6e86cd9e15241e9d1ce5fc3eaaf3844c155cc3e9.tar.gz
forums-6e86cd9e15241e9d1ce5fc3eaaf3844c155cc3e9.tar.bz2
forums-6e86cd9e15241e9d1ce5fc3eaaf3844c155cc3e9.tar.xz
forums-6e86cd9e15241e9d1ce5fc3eaaf3844c155cc3e9.zip
[ticket/15298] Never suppress exception trace when using CLI
PHPBB3-15298
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/default/container/services_console.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/config/default/container/services_console.yml b/phpBB/config/default/container/services_console.yml
index 697e147d85..a327b74ac4 100644
--- a/phpBB/config/default/container/services_console.yml
+++ b/phpBB/config/default/container/services_console.yml
@@ -3,7 +3,6 @@ services:
class: phpbb\console\exception_subscriber
arguments:
- '@language'
- - '%debug.exceptions%'
tags:
- { name: kernel.event_subscriber }