mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11103] Bug fixing
PHPBB3-11103
This commit is contained in:
parent
0bab8ff777
commit
54629aa87d
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ class phpbb_notification_type_quote extends phpbb_notification_type_post
|
|||
// marked as read
|
||||
|
||||
// Add the necessary notifications
|
||||
$service->add_notifications_for_users(self::get_item_type(), $post, $add_notifications);
|
||||
$this->notification_manager->add_notifications_for_users(self::get_item_type(), $post, $add_notifications);
|
||||
|
||||
// Remove the necessary notifications
|
||||
if (!empty($remove_notifications))
|
||||
|
|
Loading…
Add table
Reference in a new issue