mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/13713] Fix mention notification update
PHPBB3-13713
This commit is contained in:
parent
4ed4e336fa
commit
9905e54013
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Reference in a new issue