* CardDAV: fix not working creation of new CardDAV account with OS X 10.11.4 addressbook (it stays empty)

OS X 10.11.4 addressbook does a propfind for "addressbook-home-set" and "directory-gateway" in the root and does not continue without it
This commit is contained in:
Ralf Becker 2016-04-27 13:28:05 +00:00
parent 0e6fd77ffe
commit 91dcf44555

View File

@ -393,6 +393,7 @@ class CalDAV extends HTTP_WebDAV_Server
'location' => 'groupdav_root_props',
'props' => &$files['files'][0]['props'],
'options' => $options,
'caldav' => $this,
));
}