mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-19 01:34:26 +00:00
If the multiget report fails, fall back to individual GET requests.
This commit is contained in:
parent
0fee4d44bf
commit
92abec52b6
@ -736,6 +736,11 @@ EOXML;
|
||||
$events[$href] = $this->xmlnodes[$v]['value'];
|
||||
}
|
||||
}
|
||||
else {
|
||||
foreach( $event_hrefs AS $k => $href ) {
|
||||
$events[$href] = $this->DoGETRequest($href);
|
||||
}
|
||||
}
|
||||
|
||||
return $events;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user