Fix failing unit tests

This commit is contained in:
Thomas Müller 2015-12-16 22:56:16 +01:00
parent aac06a33f1
commit 67e9506261
1 changed files with 1 additions and 1 deletions

View File

@ -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')