From a5673d388e2f1b80d00eaaac386360b02913064c Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 30 Jan 2012 18:53:47 +0000 Subject: [PATCH] /addressbook/ was not anounced as directory gateway --- phpgwapi/inc/class.groupdav.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.groupdav.inc.php b/phpgwapi/inc/class.groupdav.inc.php index 5c4f935056..bac8c02596 100644 --- a/phpgwapi/inc/class.groupdav.inc.php +++ b/phpgwapi/inc/class.groupdav.inc.php @@ -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', ''); }