mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 04:11:49 +02: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,'');
|
$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…
x
Reference in New Issue
Block a user