diff options
Diffstat (limited to 'lib/Kolab/CardDAV/ContactsBackend.php')
-rw-r--r-- | lib/Kolab/CardDAV/ContactsBackend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kolab/CardDAV/ContactsBackend.php b/lib/Kolab/CardDAV/ContactsBackend.php index 30f5f39..b0d3b3f 100644 --- a/lib/Kolab/CardDAV/ContactsBackend.php +++ b/lib/Kolab/CardDAV/ContactsBackend.php @@ -820,7 +820,7 @@ class ContactsBackend extends CardDAV\Backend\AbstractBackend if (!empty($contact['photo'])) { $vc->PHOTO = $contact['photo']; - $vc->PHOTO['ENCODING'] = 'b'; + $vc->PHOTO['ENCODING'] = 'B'; // $vc->PHOTO['TYPE'] = 'GIF'; // if ($v4) convert to uri; See VCardConverter::convertBinaryToUri() } |