Notify support for the DAV::sync-collection report

This commit is contained in:
Andrew McMillan 2009-11-02 22:20:20 +13:00
parent 9164c3a8bd
commit b0b93fff28

View File

@ -437,6 +437,9 @@ EOSQL;
$this->supported_reports = array(
'DAV::principal-property-search' => ''
);
if ( $this->IsCollection() ) {
$this->supported_reports['DAV::sync-collection'] = '';
}
if ( $this->IsCalendar() ) {
$this->supported_reports = array_merge(
$this->supported_reports,