aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/container/services_notification.yml
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-05-03 16:06:42 +0200
committerJoshyPHP <s9e.dev@gmail.com>2015-05-15 02:10:46 +0200
commitf5ce9f273829ba470a1348b4314cddb58f552da0 (patch)
treeaee0124c7f03c93298c358e77005299eea856f1d /phpBB/config/default/container/services_notification.yml
parent98db63e8ccf7effd4213f3ef2b1152c5f6ef6295 (diff)
downloadforums-f5ce9f273829ba470a1348b4314cddb58f552da0.tar
forums-f5ce9f273829ba470a1348b4314cddb58f552da0.tar.gz
forums-f5ce9f273829ba470a1348b4314cddb58f552da0.tar.bz2
forums-f5ce9f273829ba470a1348b4314cddb58f552da0.tar.xz
forums-f5ce9f273829ba470a1348b4314cddb58f552da0.zip
[ticket/13680] Updated quote notifications
Added get_quote_authors() to text_formatter.utils service to retrieve the names used in first-level quotes PHPBB3-13680
Diffstat (limited to 'phpBB/config/default/container/services_notification.yml')
-rw-r--r--phpBB/config/default/container/services_notification.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/config/default/container/services_notification.yml b/phpBB/config/default/container/services_notification.yml
index b17a172fb5..c3bbcddfa6 100644
--- a/phpBB/config/default/container/services_notification.yml
+++ b/phpBB/config/default/container/services_notification.yml
@@ -221,6 +221,8 @@ services:
- %tables.notification_types%
- %tables.notifications%
- %tables.user_notifications%
+ calls:
+ - [set_utils, [@text_formatter.utils]]
tags:
- { name: notification.type }