Merge pull request #13186 from labor4/edit_carddav_types

add carddav-search (vCard2Array) option for X-ADDRESSBOOKSERVER-MEMBER
This commit is contained in:
Morris Jobke 2019-07-02 16:35:25 +02:00 committed by GitHub
commit 1a63858095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ class AddressBookImpl implements IAddressBook {
}
// The following properties can be set multiple times
} else if (in_array($property->name, ['CLOUD', 'EMAIL', 'IMPP', 'TEL', 'URL'])) {
} else if (in_array($property->name, ['CLOUD', 'EMAIL', 'IMPP', 'TEL', 'URL', 'X-ADDRESSBOOKSERVER-MEMBER'])) {
if (!isset($result[$property->name])) {
$result[$property->name] = [];
}