Provide a valid name for group members

This commit is contained in:
Thomas Bruederli 2012-11-15 15:29:15 +01:00
parent 32d64e419e
commit 09507e862c

View file

@ -838,7 +838,7 @@ class rcube_kolab_contacts extends rcube_addressbook
$list['member'][] = array( $list['member'][] = array(
'uid' => $uid, 'uid' => $uid,
'email' => $email, 'email' => $email,
'name' => $contact['name'], 'name' => self::compose_display_name($contact),
); );
$this->groupmembers[$contact_id][] = $gid; $this->groupmembers[$contact_id][] = $gid;
$added++; $added++;