This could be anywhere with expand-property.

This commit is contained in:
Andrew McMillan 2009-12-25 00:38:03 +13:00
parent fbab01fbfe
commit 99a61bf835

View File

@ -980,7 +980,6 @@ EOQRY;
case 'http://calendarserver.org/ns/:calendar-proxy-read-for':
$proxy_type = 'read';
case 'http://calendarserver.org/ns/:calendar-proxy-write-for':
if ( ! $this->_is_proxy_request ) return true;
if ( !isset($proxy_type) ) $proxy_type = 'write';
$reply->CalendarserverElement($prop, 'calendar-proxy-'.$proxy_type.'-for', $reply->href( $this->principal->ProxyFor($proxy_type) ) );
break;