mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-31 18:46:02 +00:00
Correct content-type.
This commit is contained in:
parent
252dac585c
commit
2643a1a34c
@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user