mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
fixed typo causing to not announce addressbook outside of addressbook folder
This commit is contained in:
parent
14dde4c1ff
commit
b791b23f08
@ -306,7 +306,7 @@ class groupdav extends HTTP_WebDAV_Server
|
||||
//$dav[] = 'calendarserver-sharing-no-scheduling';
|
||||
|
||||
}
|
||||
elseif ($app !== 'calendar') // CardDAV
|
||||
if ($app !== 'calendar') // CardDAV
|
||||
{
|
||||
$dav[] = 'addressbook'; // CardDAV uses "addressbook" NOT "addressbook-access"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user