mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +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 email extends \phpbb\notification\method\messenger_base
|
||||
*/
|
||||
public function get_type()
|
||||
{
|
||||
return 'email';
|
||||
return 'notification.method.email';
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -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