diff options
| author | JoshyPHP <s9e.dev@gmail.com> | 2015-05-01 08:47:01 +0200 |
|---|---|---|
| committer | JoshyPHP <s9e.dev@gmail.com> | 2015-05-30 17:26:00 +0200 |
| commit | 986af43f37342953bff548630aa33904c21234f4 (patch) | |
| tree | 07cb503a0ef5dce28b1344c749397bd3a28f66f1 /phpBB/config/default | |
| parent | e11ae7e9cd5573658b763b1ef72cb889f547f2dd (diff) | |
| download | forums-986af43f37342953bff548630aa33904c21234f4.tar forums-986af43f37342953bff548630aa33904c21234f4.tar.gz forums-986af43f37342953bff548630aa33904c21234f4.tar.bz2 forums-986af43f37342953bff548630aa33904c21234f4.tar.xz forums-986af43f37342953bff548630aa33904c21234f4.zip | |
[ticket/13803] Added plugins
PHPBB3-13803
Diffstat (limited to 'phpBB/config/default')
| -rw-r--r-- | phpBB/config/default/container/services_text_reparser.yml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/phpBB/config/default/container/services_text_reparser.yml b/phpBB/config/default/container/services_text_reparser.yml index c458be12ac..c10a8c600a 100644 --- a/phpBB/config/default/container/services_text_reparser.yml +++ b/phpBB/config/default/container/services_text_reparser.yml @@ -1,62 +1,62 @@ services: text_reparser.admin_contact_info: - class: phpbb\textreparser\admin_contact_info + class: phpbb\textreparser\plugins\admin_contact_info arguments: - - @dbal.conn + - @config_text tags: - { name: text_reparser.plugin } text_reparser.forum_description: - class: phpbb\textreparser\forum_description + class: phpbb\textreparser\plugins\forum_description arguments: - @dbal.conn tags: - { name: text_reparser.plugin } text_reparser.forum_rules: - class: phpbb\textreparser\forum_rules + class: phpbb\textreparser\plugins\forum_rules arguments: - @dbal.conn tags: - { name: text_reparser.plugin } text_reparser.group_description: - class: phpbb\textreparser\group_description + class: phpbb\textreparser\plugins\group_description arguments: - @dbal.conn tags: - { name: text_reparser.plugin } text_reparser.pm_text: - class: phpbb\textreparser\pm_text + class: phpbb\textreparser\plugins\pm_text arguments: - @dbal.conn tags: - { name: text_reparser.plugin } text_reparser.poll_option: - class: phpbb\textreparser\poll_option + class: phpbb\textreparser\plugins\poll_option arguments: - @dbal.conn tags: - { name: text_reparser.plugin } text_reparser.poll_title: - class: phpbb\textreparser\poll_title + class: phpbb\textreparser\plugins\poll_title arguments: - @dbal.conn tags: - { name: text_reparser.plugin } text_reparser.post_text: - class: phpbb\textreparser\post_text + class: phpbb\textreparser\plugins\post_text arguments: - @dbal.conn tags: - { name: text_reparser.plugin } text_reparser.user_signature: - class: phpbb\textreparser\user_signature + class: phpbb\textreparser\plugins\user_signature arguments: - @dbal.conn tags: |
