Skip to content

Commit

Permalink
Fix send invitation to social group
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Feb 15, 2016
1 parent e8efd31 commit 6ca9a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/social/group_invitation.php
Expand Up @@ -181,7 +181,7 @@

if (is_array($members) && count($members)>0) {
foreach ($members as &$member) {
$image = UserManager::getUserPicture($member['user_id']);
$image = UserManager::getUserPicture($member['id']);
$member['image'] = '<img src="'.$image.'" width="50px" height="50px" />';
}
$social_right_content .= '<h3>'.get_lang('UsersAlreadyInvited').'</h3>';
Expand Down

0 comments on commit 6ca9a4f

Please sign in to comment.