mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-18 19:30:55 +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,'');
|
$props['resourcetype'][] = self::mkprop($ns,$type,'');
|
||||||
}
|
}
|
||||||
// add /addressbook/ as directory gateway
|
// add /addressbook/ as directory gateway
|
||||||
if ($app == 'addressbook' && $path == '/')
|
if ($path == '/addressbook/')
|
||||||
{
|
{
|
||||||
$props['resourcetype'][] = self::mkprop(self::CARDDAV, 'directory', '');
|
$props['resourcetype'][] = self::mkprop(self::CARDDAV, 'directory', '');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user