[ticket/13713] Fix mention notification update

PHPBB3-13713
This commit is contained in:
lavigor 2020-05-18 03:34:00 +03:00 committed by Marc Alexander
parent 4ed4e336fa
commit 9905e54013
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -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',