diff --git a/lib/vcard.php b/lib/vcard.php index 0bc20651..2afef8c7 100644 --- a/lib/vcard.php +++ b/lib/vcard.php @@ -683,6 +683,8 @@ class OC_Contacts_VCard { return null; // Badly malformed :-( } } + } elseif($property->name == 'PHOTO') { + $property->value = true; } if(is_string($value)) { $value = strtr($value, array('\,' => ',', '\;' => ';'));