|
|
|
@ -313,7 +313,13 @@ class MessageManager |
|
|
|
|
$sender_info = api_get_user_info($user_sender_id); |
|
|
|
|
|
|
|
|
|
if (empty($group_id)) { |
|
|
|
|
$notification->save_notification(Notification::NOTIFICATION_TYPE_MESSAGE, array($receiver_user_id), $subject, $content, $sender_info); |
|
|
|
|
$notification->save_notification( |
|
|
|
|
Notification::NOTIFICATION_TYPE_MESSAGE, |
|
|
|
|
array($receiver_user_id), |
|
|
|
|
$subject, |
|
|
|
|
$content, |
|
|
|
|
$sender_info |
|
|
|
|
); |
|
|
|
|
} else { |
|
|
|
|
$group_info = GroupPortalManager::get_group_data($group_id); |
|
|
|
|
$group_info['topic_id'] = $topic_id; |
|
|
|
|