mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 10:23:28 +01:00
/addressbook/ was not anounced as directory gateway
This commit is contained in:
parent
83653c362f
commit
ed96f75391
@ -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