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' ) {