mirror of
https://github.com/nextcloud/server.git
synced 2026-07-05 12:34:39 +02:00
Fix failing unit tests
This commit is contained in:
@@ -781,7 +781,7 @@ class CardDavBackend implements BackendInterface, SyncSupport {
|
||||
}
|
||||
|
||||
// remove the share if it already exists
|
||||
$this->unshare($addressBookUri, $element);
|
||||
$this->unshare($addressBookUri, $element['href']);
|
||||
|
||||
$query = $this->db->getQueryBuilder();
|
||||
$query->insert('dav_shares')
|
||||
|
||||
Reference in New Issue
Block a user