mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-09 01:24:07 +01:00
not announcing DAV level 2, as we dont support locking
This commit is contained in:
parent
d76b136151
commit
6d9491cf55
@ -289,7 +289,6 @@ class groupdav extends HTTP_WebDAV_Server
|
||||
$app = 'addressbook';
|
||||
}
|
||||
// CalDAV and CardDAV
|
||||
if (!in_array(2,$dav)) $dav[] = 2;
|
||||
$dav[] = 'access-control';
|
||||
|
||||
if ($app !== 'addressbook') // CalDAV
|
||||
|
Loading…
Reference in New Issue
Block a user