mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 19:40:23 +02:00
[ticket/13713] Fix mention notification update
PHPBB3-13713
This commit is contained in:
@@ -2429,12 +2429,12 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll_ary, &$data
|
|||||||
if ($user->data['user_id'] == $poster_id)
|
if ($user->data['user_id'] == $poster_id)
|
||||||
{
|
{
|
||||||
$phpbb_notifications->update_notifications(array(
|
$phpbb_notifications->update_notifications(array(
|
||||||
|
'notification.type.mention',
|
||||||
'notification.type.quote',
|
'notification.type.quote',
|
||||||
), $notification_data);
|
), $notification_data);
|
||||||
}
|
}
|
||||||
|
|
||||||
$phpbb_notifications->update_notifications(array(
|
$phpbb_notifications->update_notifications(array(
|
||||||
'notification.type.mention',
|
|
||||||
'notification.type.bookmark',
|
'notification.type.bookmark',
|
||||||
'notification.type.topic',
|
'notification.type.topic',
|
||||||
'notification.type.post',
|
'notification.type.post',
|
||||||
|
Reference in New Issue
Block a user