1
0
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:
Nathan Guse 2012-10-05 13:46:52 -05:00
parent 0bab8ff777
commit 54629aa87d

View File

@ -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))