mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
/addressbook/ was not anounced as directory gateway
This commit is contained in:
parent
01ce3bd88d
commit
a5673d388e
@ -822,7 +822,7 @@ class groupdav extends HTTP_WebDAV_Server
|
||||
$props['resourcetype'][] = self::mkprop($ns,$type,'');
|
||||
}
|
||||
// add /addressbook/ as directory gateway
|
||||
if ($app == 'addressbook' && $path == '/')
|
||||
if ($path == '/addressbook/')
|
||||
{
|
||||
$props['resourcetype'][] = self::mkprop(self::CARDDAV, 'directory', '');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user