From 54bc63e90fa7bf92947a2feb50634b4729809154 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Fri, 13 May 2011 14:30:09 +1200 Subject: [PATCH] caldav-client fix from Jorge. --- inc/caldav-client-v2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/caldav-client-v2.php b/inc/caldav-client-v2.php index 85f715a4..72bc9a93 100644 --- a/inc/caldav-client-v2.php +++ b/inc/caldav-client-v2.php @@ -815,7 +815,7 @@ EOXML; $this->DoRequest( $this->calendar_url ); $report = array(); - foreach( $this->xmltags as $k => $v ) { + foreach( $this->xmlnodes as $k => $v ) { switch( $v['tag'] ) { case 'DAV::response': if ( $v['type'] == 'open' ) {