aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification/method/jabber.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/notification/method/jabber.php')
-rw-r--r--phpBB/phpbb/notification/method/jabber.php2
1 files changed, 1 insertions, 1 deletions
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';
}
/**