mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-29 18:50:25 +02:00
[ticket/11103] Bug fixing
PHPBB3-11103
This commit is contained in:
parent
0bab8ff777
commit
54629aa87d
@ -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…
x
Reference in New Issue
Block a user