aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/notifications/method/jabber.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/notifications/method/jabber.php')
-rw-r--r--phpBB/includes/notifications/method/jabber.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/notifications/method/jabber.php b/phpBB/includes/notifications/method/jabber.php
index 738400a50e..9232d8fc45 100644
--- a/phpBB/includes/notifications/method/jabber.php
+++ b/phpBB/includes/notifications/method/jabber.php
@@ -21,7 +21,7 @@ if (!defined('IN_PHPBB'))
*
* @package notifications
*/
-class phpbb_notifications_method_jabber extends phpbb_notifications_method_email
+class phpbb_notification_method_jabber extends phpbb_notification_method_email
{
/**
* Notify method (since jabber gets sent through the same messenger, we let the jabber class inherit from this to reduce code duplication)