Skip to content
Snippets Groups Projects
Unverified Commit cbbe11fa authored by Georg Ehrke's avatar Georg Ehrke
Browse files

Rename app-generated to z-app-generated, because macOS Contacts supports only...

Rename app-generated to z-app-generated, because macOS Contacts supports only one and will pick the first one alphabetically

Signed-off-by: default avatarGeorg Ehrke <developer@georgehrke.com>
parent ee0019cd
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,6 @@ use OCA\DAV\DAV\Sharing\Plugin; ...@@ -34,7 +34,6 @@ use OCA\DAV\DAV\Sharing\Plugin;
use OCP\AppFramework\Db\DoesNotExistException; use OCP\AppFramework\Db\DoesNotExistException;
use OCP\IL10N; use OCP\IL10N;
use Sabre\DAV\Exception\NotFound; use Sabre\DAV\Exception\NotFound;
use Sabre\DAV\Exception\NotImplemented;
use Sabre\DAV\PropPatch; use Sabre\DAV\PropPatch;
use Sabre\DAVACL\ACLTrait; use Sabre\DAVACL\ACLTrait;
use Sabre\DAVACL\IACL; use Sabre\DAVACL\IACL;
......
...@@ -34,7 +34,7 @@ use Sabre\DAV; ...@@ -34,7 +34,7 @@ use Sabre\DAV;
abstract class ExternalAddressBook implements IAddressBook, DAV\IProperties { abstract class ExternalAddressBook implements IAddressBook, DAV\IProperties {
/** @var string */ /** @var string */
private const PREFIX = 'app-generated'; private const PREFIX = 'z-app-generated';
/** /**
* @var string * @var string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment