mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-19 08:52:22 +01:00
Contacts: Don't return true on DAV::put Fix #920
This commit is contained in:
parent
266a074f32
commit
b528b56902
@ -183,7 +183,6 @@ class OC_Connector_Sabre_CardDAV extends Sabre_CardDAV_Backend_Abstract {
|
||||
*/
|
||||
public function createCard($addressbookid, $carduri, $carddata) {
|
||||
OCA\Contacts\VCard::addFromDAVData($addressbookid, $carduri, $carddata);
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user