From 6efeff6fceeae83d807e851cc5fb5b818dc38d07 Mon Sep 17 00:00:00 2001 From: H8H Date: Mon, 29 Dec 2014 16:34:24 +0100 Subject: [PATCH] [Z-Push] Owncloud doesnt't support CARDDAV_SUPPORTS_SYNC, so set it to false --- conf/zpush/backend_carddav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/zpush/backend_carddav.php b/conf/zpush/backend_carddav.php index 175d341b..edf32901 100644 --- a/conf/zpush/backend_carddav.php +++ b/conf/zpush/backend_carddav.php @@ -14,7 +14,7 @@ define('CARDDAV_DEFAULT_PATH', '/carddav/addressbooks/%u/contacts/'); /* subdire define('CARDDAV_GAL_PATH', ''); /* readonly, searchable, not syncd */ define('CARDDAV_GAL_MIN_LENGTH', 5); define('CARDDAV_CONTACTS_FOLDER_NAME', '%u Addressbook'); -define('CARDDAV_SUPPORTS_SYNC', true); +define('CARDDAV_SUPPORTS_SYNC', false); // If the CardDAV server supports the FN attribute for searches // DAViCal supports it, but SabreDav, Owncloud and SOGo don't