diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-05-09 00:07:56 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-09 00:07:56 +0200 |
commit | a640a455f35ccec26a80e9f9de5693dbb9e71c85 (patch) | |
tree | d5eb6889abf7337fe613bf90944843283aadd9f7 /phpBB/config | |
parent | d4fc060bcd61228fdf78da4f2d290a7a17546c46 (diff) | |
download | forums-a640a455f35ccec26a80e9f9de5693dbb9e71c85.tar forums-a640a455f35ccec26a80e9f9de5693dbb9e71c85.tar.gz forums-a640a455f35ccec26a80e9f9de5693dbb9e71c85.tar.bz2 forums-a640a455f35ccec26a80e9f9de5693dbb9e71c85.tar.xz forums-a640a455f35ccec26a80e9f9de5693dbb9e71c85.zip |
[ticket/12074] Managing extensions doesn't produce any log entry
PHPBB3-12074
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/console.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/config/console.yml b/phpBB/config/console.yml index 1340d9c0d7..ac6f4ecef1 100644 --- a/phpBB/config/console.yml +++ b/phpBB/config/console.yml @@ -61,6 +61,7 @@ services: class: phpbb\console\command\extension\disable arguments: - @ext.manager + - @log tags: - { name: console.command } @@ -68,6 +69,7 @@ services: class: phpbb\console\command\extension\enable arguments: - @ext.manager + - @log tags: - { name: console.command } @@ -75,6 +77,7 @@ services: class: phpbb\console\command\extension\purge arguments: - @ext.manager + - @log tags: - { name: console.command } |