From ade24e4943577a50060679f19a9c53cad84f6722 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 8 Nov 2011 21:03:49 +0000 Subject: [PATCH] added OS X 10.7.2 iCal 5.0.1 user agent --- 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 3fcda9966e..46777a585a 100644 --- a/phpgwapi/inc/class.groupdav.inc.php +++ b/phpgwapi/inc/class.groupdav.inc.php @@ -220,6 +220,7 @@ class groupdav extends HTTP_WebDAV_Server break; case 'davkit': // iCal app in OS X 10.6 created wrong request, if full url given case 'coredav': // iCal app in OS X 10.7 + case 'calendarstore': // Apple iCal 5.0.1 under OS X 10.7.2 $this->client_require_href_as_url = false; $this->cnrnd = true; break;