Provide a valid name for group members
This commit is contained in:
parent
32d64e419e
commit
09507e862c
1 changed files with 1 additions and 1 deletions
|
@ -838,7 +838,7 @@ class rcube_kolab_contacts extends rcube_addressbook
|
|||
$list['member'][] = array(
|
||||
'uid' => $uid,
|
||||
'email' => $email,
|
||||
'name' => $contact['name'],
|
||||
'name' => self::compose_display_name($contact),
|
||||
);
|
||||
$this->groupmembers[$contact_id][] = $gid;
|
||||
$added++;
|
||||
|
|
Loading…
Add table
Reference in a new issue