Add expand-property report to the supported reports.

This commit is contained in:
Andrew McMillan 2009-11-14 17:36:47 +13:00
parent 7a662f2703
commit cfa9b42c1d

View File

@ -442,7 +442,8 @@ EOSQL;
} }
$this->supported_reports = array( $this->supported_reports = array(
'DAV::principal-property-search' => '' 'DAV::principal-property-search' => '',
'DAV::expand-property' => ''
); );
if ( $this->IsCollection() ) { if ( $this->IsCollection() ) {
$this->supported_reports['DAV::sync-collection'] = ''; $this->supported_reports['DAV::sync-collection'] = '';