summaryrefslogtreecommitdiffstats
path: root/apps/contactsinteraction/lib
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2020-05-07 16:33:36 +0200
committerGeorg Ehrke <developer@georgehrke.com>2020-05-07 16:48:32 +0200
commitcbbe11fa1f40b366491915ae831b7be6a15f8387 (patch)
tree87aa0bcf40e0a00b8f361a09a34003cc5230341a /apps/contactsinteraction/lib
parentee0019cdf56e96d95599fc77b16a96695164049c (diff)
downloadnextcloud-server-cbbe11fa1f40b366491915ae831b7be6a15f8387.tar.gz
nextcloud-server-cbbe11fa1f40b366491915ae831b7be6a15f8387.zip
Rename app-generated to z-app-generated, because macOS Contacts supports only one and will pick the first one alphabetically
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Diffstat (limited to 'apps/contactsinteraction/lib')
-rw-r--r--apps/contactsinteraction/lib/AddressBook.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/contactsinteraction/lib/AddressBook.php b/apps/contactsinteraction/lib/AddressBook.php
index 3e581c93021..55819380b9a 100644
--- a/apps/contactsinteraction/lib/AddressBook.php
+++ b/apps/contactsinteraction/lib/AddressBook.php
@@ -34,7 +34,6 @@ use OCA\DAV\DAV\Sharing\Plugin;
use OCP\AppFramework\Db\DoesNotExistException;
use OCP\IL10N;
use Sabre\DAV\Exception\NotFound;
-use Sabre\DAV\Exception\NotImplemented;
use Sabre\DAV\PropPatch;
use Sabre\DAVACL\ACLTrait;
use Sabre\DAVACL\IACL;