forked from extern/egroupware
* 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',
|
'location' => 'groupdav_root_props',
|
||||||
'props' => &$files['files'][0]['props'],
|
'props' => &$files['files'][0]['props'],
|
||||||
'options' => $options,
|
'options' => $options,
|
||||||
|
'caldav' => $this,
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user