added OS X 10.7.2 iCal 5.0.1 user agent

This commit is contained in:
Ralf Becker 2011-11-08 21:03:49 +00:00
parent e714be2d36
commit ade24e4943

View File

@ -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;