aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/notification/type/quote.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/notification/type/quote.php b/phpBB/includes/notification/type/quote.php
index 48d8f24a25..1eea8f1066 100644
--- a/phpBB/includes/notification/type/quote.php
+++ b/phpBB/includes/notification/type/quote.php
@@ -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))