Correct content-type.

This commit is contained in:
Andrew McMillan 2010-06-23 22:09:14 +12:00
parent 252dac585c
commit 2643a1a34c

View File

@ -108,7 +108,7 @@ if ( $qry->Exec('REPORT',__LINE__,__FILE__) && $qry->rows() > 0 ) {
$expanded = expand_event_instances($ics, $expand_range_start, $expand_range_end);
$dav_object->caldav_data = $expanded->Render();
}
$responses[] = component_to_xml( $properties, $calendar_object );
$responses[] = component_to_xml( $properties, $dav_object );
}
}