From 9905e540131e4e739ac3514682fa0e36f4125e2c Mon Sep 17 00:00:00 2001 From: lavigor Date: Mon, 18 May 2020 03:34:00 +0300 Subject: [PATCH] [ticket/13713] Fix mention notification update PHPBB3-13713 --- phpBB/includes/functions_posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index 14b50a4a31..cb5cf655bd 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -2429,12 +2429,12 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll_ary, &$data if ($user->data['user_id'] == $poster_id) { $phpbb_notifications->update_notifications(array( + 'notification.type.mention', 'notification.type.quote', ), $notification_data); } $phpbb_notifications->update_notifications(array( - 'notification.type.mention', 'notification.type.bookmark', 'notification.type.topic', 'notification.type.post',