From fe2b0d17bcca9b2218ee832f7abff58e9dcb28a2 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 13 Jun 2011 09:10:10 +0000 Subject: [PATCH] * CalDAV/GroupDAV/KDE Akonadi seems to require redundant namespaces, see KDE bug #265096 https://bugs.kde.org/show_bug.cgi?id=265096 --- phpgwapi/inc/class.groupdav.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpgwapi/inc/class.groupdav.inc.php b/phpgwapi/inc/class.groupdav.inc.php index 9a73b4938c..98fd7fae52 100644 --- a/phpgwapi/inc/class.groupdav.inc.php +++ b/phpgwapi/inc/class.groupdav.inc.php @@ -133,6 +133,7 @@ class groupdav extends HTTP_WebDAV_Server { case 'kde': // KAddressbook (at least in 3.5 can NOT subscribe / does NOT find addressbook) $this->client_require_href_as_url = true; + $this->cnrnd = true; // Akonadi seems to require redundant namespaces, see KDE bug #265096 https://bugs.kde.org/show_bug.cgi?id=265096 break; case 'cfnetwork': // Apple addressbook app case 'dataaccess': // iPhone addressbook