From 13320a08ef4f9dddeac5b93d4186f6bf05256466 Mon Sep 17 00:00:00 2001 From: brunoais Date: Wed, 17 Dec 2014 23:17:12 +0000 Subject: [ticket/13154] Forgot the $this-> PHPBB3-13154 --- phpBB/phpbb/notification/manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB') diff --git a/phpBB/phpbb/notification/manager.php b/phpBB/phpbb/notification/manager.php index c3fa04b457..8eda8dc17b 100644 --- a/phpBB/phpbb/notification/manager.php +++ b/phpBB/phpbb/notification/manager.php @@ -373,7 +373,7 @@ class manager 'notify_users', 'options', ); - extract($phpbb_dispatcher->trigger_event('core.notification_manager_add_notifications', compact($vars))); + extract($this->phpbb_dispatcher->trigger_event('core.notification_manager_add_notifications', compact($vars))); $this->add_notifications_for_users($notification_type_name, $data, $notify_users); -- cgit v1.2.1