From cfa9b42c1d0694d2a4921df586a603ac7d287491 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sat, 14 Nov 2009 17:36:47 +1300 Subject: [PATCH] Add expand-property report to the supported reports. --- inc/CalDAVRequest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/CalDAVRequest.php b/inc/CalDAVRequest.php index 6d9f6e95..3b8a8547 100644 --- a/inc/CalDAVRequest.php +++ b/inc/CalDAVRequest.php @@ -442,7 +442,8 @@ EOSQL; } $this->supported_reports = array( - 'DAV::principal-property-search' => '' + 'DAV::principal-property-search' => '', + 'DAV::expand-property' => '' ); if ( $this->IsCollection() ) { $this->supported_reports['DAV::sync-collection'] = '';