From fe8096753566f4beb708e9070d8789eebdd1e70b Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Sat, 16 Aug 2014 21:06:10 +0200 Subject: [ticket/12990] Use the full services name for the notification's types PHPBB3-12990 --- phpBB/phpbb/notification/method/jabber.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/phpbb/notification/method/jabber.php') diff --git a/phpBB/phpbb/notification/method/jabber.php b/phpBB/phpbb/notification/method/jabber.php index 55de50fecd..09f186e3ca 100644 --- a/phpBB/phpbb/notification/method/jabber.php +++ b/phpBB/phpbb/notification/method/jabber.php @@ -27,7 +27,7 @@ class jabber extends \phpbb\notification\method\messenger_base */ public function get_type() { - return 'jabber'; + return 'notification.method.jabber'; } /** -- cgit v1.2.1