diff options
author | JoshyPHP <s9e.dev@gmail.com> | 2015-03-26 04:39:36 +0100 |
---|---|---|
committer | JoshyPHP <s9e.dev@gmail.com> | 2015-04-02 19:16:04 +0200 |
commit | af4f9b860f50a562a03f55efad1da7e0854bdfda (patch) | |
tree | 58770761233846d03a7c94d45b5baf1764be1b72 /phpBB/config | |
parent | c89188132114b4d9ff483c5b1579c53cdeb69703 (diff) | |
download | forums-af4f9b860f50a562a03f55efad1da7e0854bdfda.tar forums-af4f9b860f50a562a03f55efad1da7e0854bdfda.tar.gz forums-af4f9b860f50a562a03f55efad1da7e0854bdfda.tar.bz2 forums-af4f9b860f50a562a03f55efad1da7e0854bdfda.tar.xz forums-af4f9b860f50a562a03f55efad1da7e0854bdfda.zip |
[ticket/11768] Added core.text_formatter_s9e_renderer_setup event
PHPBB3-11768
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/default/container/services_text_formatter.yml | 1 |
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 e95cafcc7e..972be31b31 100644 --- a/phpBB/config/default/container/services_text_formatter.yml +++ b/phpBB/config/default/container/services_text_formatter.yml @@ -52,6 +52,7 @@ services: - %text_formatter.cache.dir% - %text_formatter.cache.renderer.key% - @text_formatter.s9e.factory + - @dispatcher calls: - [configure_smilies_path, [@config, @path_helper]] - [configure_user, [@user, @config, @auth]] |