plugins/kolab_addressbook

Thomas Brüderli bruederli at kolabsys.com
Thu Nov 15 15:29:30 CET 2012


 plugins/kolab_addressbook/lib/rcube_kolab_contacts.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 09507e862c01b9babf9a03ee9deeb42bc0483b09
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Thu Nov 15 15:29:15 2012 +0100

    Provide a valid name for group members

diff --git a/plugins/kolab_addressbook/lib/rcube_kolab_contacts.php b/plugins/kolab_addressbook/lib/rcube_kolab_contacts.php
index b34f373..bb6ef24 100644
--- a/plugins/kolab_addressbook/lib/rcube_kolab_contacts.php
+++ b/plugins/kolab_addressbook/lib/rcube_kolab_contacts.php
@@ -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++;





More information about the commits mailing list