From 2643a1a34c88e4bb50020d4671fe7f9f6a9423f6 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Wed, 23 Jun 2010 22:09:14 +1200 Subject: [PATCH] Correct content-type. --- inc/caldav-REPORT-multiget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/caldav-REPORT-multiget.php b/inc/caldav-REPORT-multiget.php index 42655da0..e58cd834 100644 --- a/inc/caldav-REPORT-multiget.php +++ b/inc/caldav-REPORT-multiget.php @@ -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 ); } }