From 99a61bf835afb7823937d9829de033372b974bd8 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Fri, 25 Dec 2009 00:38:03 +1300 Subject: [PATCH] This could be anywhere with expand-property. --- inc/DAVResource.php | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/DAVResource.php b/inc/DAVResource.php index f2765f31..6e2af8ff 100644 --- a/inc/DAVResource.php +++ b/inc/DAVResource.php @@ -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;