[Z-Push] Owncloud doesnt't support CARDDAV_SUPPORTS_SYNC, so set it to false

This commit is contained in:
H8H 2014-12-29 16:34:24 +01:00
parent 2b76fd299e
commit 6efeff6fce
1 changed files with 1 additions and 1 deletions

View File

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