aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-08-05 12:59:55 +0200
committerTristan Darricau <tristan.darricau@sensiolabs.com>2015-08-05 12:59:55 +0200
commitcbe74844b01f72d2007376ceafdf979a6cc94d47 (patch)
tree558cc4463fdd8cf4b67f6a42197e2349560e690e /phpBB/config
parente70373a8202e0431a99f80b941e46ae0282a94d4 (diff)
parent88348e1ccc32e8ba731ee079383061792ab01a16 (diff)
downloadforums-cbe74844b01f72d2007376ceafdf979a6cc94d47.tar
forums-cbe74844b01f72d2007376ceafdf979a6cc94d47.tar.gz
forums-cbe74844b01f72d2007376ceafdf979a6cc94d47.tar.bz2
forums-cbe74844b01f72d2007376ceafdf979a6cc94d47.tar.xz
forums-cbe74844b01f72d2007376ceafdf979a6cc94d47.zip
Merge pull request #3698 from s9e/ticket/13935
[ticket/13935] Allow more admin-configurable schemes in post links * s9e/ticket/13935: [ticket/13935] Removed cache invalidation from acp_board [ticket/13935] Removed UI [ticket/13935] Allow more admin-configurable schemes in post links
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 ae698af9e4..5a3307175f 100644
--- a/phpBB/config/default/container/services_text_formatter.yml
+++ b/phpBB/config/default/container/services_text_formatter.yml
@@ -32,6 +32,7 @@ services:
- @text_formatter.data_access
- @cache.driver
- @dispatcher
+ - @config
- %text_formatter.cache.dir%
- %text_formatter.cache.parser.key%
- %text_formatter.cache.renderer.key%