mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 07:07:51 +02:00
Merge branch '3.2.x'
This commit is contained in:
commit
74b5c48aec
@ -2277,8 +2277,14 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll_ary, &$data
|
|||||||
case 'edit_first_post':
|
case 'edit_first_post':
|
||||||
case 'edit':
|
case 'edit':
|
||||||
case 'edit_last_post':
|
case 'edit_last_post':
|
||||||
|
if ($user->data['user_id'] == $poster_id)
|
||||||
|
{
|
||||||
$phpbb_notifications->update_notifications(array(
|
$phpbb_notifications->update_notifications(array(
|
||||||
'notification.type.quote',
|
'notification.type.quote',
|
||||||
|
), $notification_data);
|
||||||
|
}
|
||||||
|
|
||||||
|
$phpbb_notifications->update_notifications(array(
|
||||||
'notification.type.bookmark',
|
'notification.type.bookmark',
|
||||||
'notification.type.topic',
|
'notification.type.topic',
|
||||||
'notification.type.post',
|
'notification.type.post',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user