mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-28 05:53:35 +00:00
caldav-client fix from Jorge.
This commit is contained in:
parent
086c7e5f12
commit
54bc63e90f
@ -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' ) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user