]> source.dussan.org Git - nextcloud-server.git/commit
fix creating vcards with multiple string values 26865/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Fri, 30 Apr 2021 19:36:05 +0000 (21:36 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 3 May 2021 13:56:02 +0000 (13:56 +0000)
commitc41a916250322f4c9e5d72fb9a76357829b9b61b
tree2dac64ebb2f06d375056069e87db17d37ad7c1bc
parent47148762c8b08c8275c4d08502b229a7d1b6218b
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