diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-10-18 23:01:44 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-04 13:37:00 +0100 |
commit | 9fa3a22ddd7703302c4d8c452b8d2a6b5a401287 (patch) | |
tree | cf9b9a33215c2df4e4e86dbe6766d8218511159a /apps/dav/lib/CardDAV | |
parent | ca379bdb7d75611753a0d7d086e97d5c5017ce26 (diff) | |
download | nextcloud-server-9fa3a22ddd7703302c4d8c452b8d2a6b5a401287.tar.gz nextcloud-server-9fa3a22ddd7703302c4d8c452b8d2a6b5a401287.zip |
Fix tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/dav/lib/CardDAV')
-rw-r--r-- | apps/dav/lib/CardDAV/AddressBookImpl.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/dav/lib/CardDAV/AddressBookImpl.php b/apps/dav/lib/CardDAV/AddressBookImpl.php index 5f77c0f44f6..c650f6c30be 100644 --- a/apps/dav/lib/CardDAV/AddressBookImpl.php +++ b/apps/dav/lib/CardDAV/AddressBookImpl.php @@ -225,7 +225,6 @@ class AddressBookImpl implements IAddressBook { ]; foreach ($vCard->children() as $property) { - $result[$property->name] = $property->getValue(); if ($property->name === 'PHOTO' && $property->getValueType() === 'BINARY') { $url = $this->urlGenerator->getAbsoluteURL( $this->urlGenerator->linkTo('', 'remote.php') . '/dav/'); |