mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/11103] Bug fixing
PHPBB3-11103
This commit is contained in:
@@ -2229,6 +2229,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u
|
||||
$phpbb_notifications->add_notifications(array('topic', 'quote'), array_merge($data, array(
|
||||
'post_username' => $username,
|
||||
'poster_id' => (int) $user->data['user_id'],
|
||||
'post_time' => $current_time,
|
||||
)));
|
||||
break;
|
||||
|
||||
@@ -2238,6 +2239,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u
|
||||
'post_username' => $username,
|
||||
'poster_id' => (int) $user->data['user_id'],
|
||||
'post_text' => $data['message'],
|
||||
'post_time' => $current_time,
|
||||
)));
|
||||
break;
|
||||
|
||||
@@ -2265,6 +2267,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u
|
||||
$phpbb_notifications->add_notifications(array('topic_in_queue'), array_merge($data, array(
|
||||
'post_username' => $username,
|
||||
'poster_id' => (int) $user->data['user_id'],
|
||||
'post_time' => $current_time,
|
||||
)));
|
||||
break;
|
||||
|
||||
@@ -2273,6 +2276,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u
|
||||
$phpbb_notifications->add_notifications(array('post_in_queue'), array_merge($data, array(
|
||||
'post_username' => $username,
|
||||
'poster_id' => (int) $user->data['user_id'],
|
||||
'post_time' => $current_time,
|
||||
)));
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user