mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-03 21:15:42 +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
|
// marked as read
|
||||||
|
|
||||||
// Add the necessary notifications
|
// 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
|
// Remove the necessary notifications
|
||||||
if (!empty($remove_notifications))
|
if (!empty($remove_notifications))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user