aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2018-01-22 03:34:47 +0100
committerJoshyPHP <s9e.dev@gmail.com>2018-01-22 03:34:47 +0100
commit531d9dfa1f0dddfe765a92ca40c77015091ecc5e (patch)
tree071817862fb1559727816d8c18c3fc5eccbe1dab /phpBB/config
parentd0143bec8830e709047443f73f79c0dce438e3fc (diff)
downloadforums-531d9dfa1f0dddfe765a92ca40c77015091ecc5e.tar
forums-531d9dfa1f0dddfe765a92ca40c77015091ecc5e.tar.gz
forums-531d9dfa1f0dddfe765a92ca40c77015091ecc5e.tar.bz2
forums-531d9dfa1f0dddfe765a92ca40c77015091ecc5e.tar.xz
forums-531d9dfa1f0dddfe765a92ca40c77015091ecc5e.zip
[ticket/15531] Log malformed BBCodes
PHPBB3-15531
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/default/container/services_text_formatter.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/default/container/services_text_formatter.yml b/phpBB/config/default/container/services_text_formatter.yml
index 74624ea4e4..07087cd4a9 100644
--- a/phpBB/config/default/container/services_text_formatter.yml
+++ b/phpBB/config/default/container/services_text_formatter.yml
@@ -39,6 +39,7 @@ services:
- '@dispatcher'
- '@config'
- '@text_formatter.s9e.link_helper'
+ - '@log'
- '%text_formatter.cache.dir%'
- '%text_formatter.cache.parser.key%'
- '%text_formatter.cache.renderer.key%'