From 2898fb2b2354133f30c074bf2047f95d95e340d9 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Wed, 18 Aug 2010 21:35:02 +1200 Subject: [PATCH] In -03 the response is renamed to 'response' rather than 'sync-response' --- inc/caldav-REPORT-sync-collection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/caldav-REPORT-sync-collection.php b/inc/caldav-REPORT-sync-collection.php index 962a1d31..0e8f170c 100644 --- a/inc/caldav-REPORT-sync-collection.php +++ b/inc/caldav-REPORT-sync-collection.php @@ -108,7 +108,7 @@ if ( $qry->Exec("REPORT",__LINE__,__FILE__) ) { $dav_resource = new DAVResource($object); $resultset = array_merge( $resultset, $dav_resource->GetPropStat($proplist,$reply) ); } - $responses[] = new XMLElement( 'sync-response', $resultset ); + $responses[] = new XMLElement( 'response', $resultset ); $first_status = $object->sync_status; $last_dav_name = $object->dav_name; }