From 3929c55c9d4b28180667d42e5c13c54dca41b5d3 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 24 Nov 2011 15:32:17 +1300 Subject: [PATCH] The 404 section of a sync-report response should be a Hangover from old code. --- 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 c0e8fa03..349bd87c 100644 --- a/inc/caldav-REPORT-sync-collection.php +++ b/inc/caldav-REPORT-sync-collection.php @@ -109,7 +109,7 @@ EOSQL; new XMLElement( 'href', ConstructURL($object->dav_name) ), new XMLElement( 'status', display_status($object->sync_status) ) ); - $responses[] = new XMLElement( 'sync-response', $resultset ); + $responses[] = new XMLElement( 'response', $resultset ); $first_status = 404; } else if ( $object->sync_status == 201 && $first_status == 404 ) { -- 2.11.4.GIT