mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
* 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:
parent
0e6fd77ffe
commit
91dcf44555
@ -393,6 +393,7 @@ class CalDAV extends HTTP_WebDAV_Server
|
||||
'location' => 'groupdav_root_props',
|
||||
'props' => &$files['files'][0]['props'],
|
||||
'options' => $options,
|
||||
'caldav' => $this,
|
||||
));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user