mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
[ticket/12990] Use the full services name for the notification's types
PHPBB3-12990
This commit is contained in:
@@ -27,7 +27,7 @@ class jabber extends \phpbb\notification\method\messenger_base
|
||||
*/
|
||||
public function get_type()
|
||||
{
|
||||
return 'jabber';
|
||||
return 'notification.method.jabber';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user