mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-19 01:34:26 +00:00
Assign the event we got into the events array - not the whole response.
This commit is contained in:
parent
92abec52b6
commit
80b7afb8d3
@ -738,7 +738,8 @@ EOXML;
|
||||
}
|
||||
else {
|
||||
foreach( $event_hrefs AS $k => $href ) {
|
||||
$events[$href] = $this->DoGETRequest($href);
|
||||
$this->DoGETRequest($href);
|
||||
$events[$href] = $this->httpResponseBody;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user