caldav-client fix from Jorge.

This commit is contained in:
Andrew McMillan 2011-05-13 14:30:09 +12:00
parent 086c7e5f12
commit 54bc63e90f

View File

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