mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-21 16:22:22 +02:00
[ticket/13154] Forgot the $this->
PHPBB3-13154
This commit is contained in:
parent
8098d313e6
commit
13320a08ef
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user