aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-05-10 01:54:54 +0200
committerJoshyPHP <s9e.dev@gmail.com>2015-05-30 17:26:01 +0200
commit54b18df084b845c058426b38e7ccfeb534d04ce0 (patch)
tree5eb307134aa685ad8a03fd579029d2044c90c99e /phpBB/config
parent3827a131ae11dcd3adf852f80ff4d85e7a7d470b (diff)
downloadforums-54b18df084b845c058426b38e7ccfeb534d04ce0.tar
forums-54b18df084b845c058426b38e7ccfeb534d04ce0.tar.gz
forums-54b18df084b845c058426b38e7ccfeb534d04ce0.tar.bz2
forums-54b18df084b845c058426b38e7ccfeb534d04ce0.tar.xz
forums-54b18df084b845c058426b38e7ccfeb534d04ce0.zip
[ticket/13803] Added contact_admin_info tests
PHPBB3-13803
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/default/container/services_text_reparser.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/config/default/container/services_text_reparser.yml b/phpBB/config/default/container/services_text_reparser.yml
index c10a8c600a..f25728d9c8 100644
--- a/phpBB/config/default/container/services_text_reparser.yml
+++ b/phpBB/config/default/container/services_text_reparser.yml
@@ -1,6 +1,6 @@
services:
- text_reparser.admin_contact_info:
- class: phpbb\textreparser\plugins\admin_contact_info
+ text_reparser.contact_admin_info:
+ class: phpbb\textreparser\plugins\contact_admin_info
arguments:
- @config_text
tags: