From 42a2401211cbf31b5b01609d1e069e89934e9f70 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Mon, 9 Sep 2013 19:59:29 +0200 Subject: Fix contact group sync on non-Mac devices --- lib/Kolab/CardDAV/ContactsBackend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Kolab/CardDAV/ContactsBackend.php b/lib/Kolab/CardDAV/ContactsBackend.php index 9e66a53..a1a86b3 100644 --- a/lib/Kolab/CardDAV/ContactsBackend.php +++ b/lib/Kolab/CardDAV/ContactsBackend.php @@ -297,7 +297,7 @@ class ContactsBackend extends CardDAV\Backend\AbstractBackend } else { $storage = $this->get_storage_folder($addressBookId); - $contact = $storage->get_object($uid); + $contact = $storage->get_object($uid, '*'); } if ($contact) { -- cgit v0.12