diff options
author | Georg Ehrke <developer@georgehrke.com> | 2020-05-07 16:33:36 +0200 |
---|---|---|
committer | Georg Ehrke <developer@georgehrke.com> | 2020-05-07 16:48:32 +0200 |
commit | cbbe11fa1f40b366491915ae831b7be6a15f8387 (patch) | |
tree | 87aa0bcf40e0a00b8f361a09a34003cc5230341a /apps/dav/lib | |
parent | ee0019cdf56e96d95599fc77b16a96695164049c (diff) | |
download | nextcloud-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/dav/lib')
-rw-r--r-- | apps/dav/lib/CardDAV/Integration/ExternalAddressBook.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/CardDAV/Integration/ExternalAddressBook.php b/apps/dav/lib/CardDAV/Integration/ExternalAddressBook.php index 0bd01184eba..ac52a446306 100644 --- a/apps/dav/lib/CardDAV/Integration/ExternalAddressBook.php +++ b/apps/dav/lib/CardDAV/Integration/ExternalAddressBook.php @@ -34,7 +34,7 @@ use Sabre\DAV; abstract class ExternalAddressBook implements IAddressBook, DAV\IProperties { /** @var string */ - private const PREFIX = 'app-generated'; + private const PREFIX = 'z-app-generated'; /** * @var string |