mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/13154] Forgot the $this->
PHPBB3-13154
This commit is contained in:
parent
8098d313e6
commit
13320a08ef
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ class manager
|
||||||
'notify_users',
|
'notify_users',
|
||||||
'options',
|
'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);
|
$this->add_notifications_for_users($notification_type_name, $data, $notify_users);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue