]> source.dussan.org Git - nextcloud-server.git/commit
fix creating vcards with multiple string values 26845/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Fri, 30 Apr 2021 19:36:05 +0000 (21:36 +0200)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Fri, 30 Apr 2021 19:36:05 +0000 (21:36 +0200)
commita9f39aab29f1d08c58c6b3ef87f461c29740bf19
treea72c34268d28cfe658ddd954327e81bf3866d9da
parent36c9441c37368ad2cd0e044dc5f2adcf036e92d8
fix creating vcards with multiple string values

Internally it is valid to provide multiple values for a property as
plain string. An exampe is given in the PhpDoc of
AddressBookImpl::search().

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
apps/dav/lib/CardDAV/AddressBookImpl.php
apps/dav/tests/unit/CardDAV/AddressBookImplTest.php