Skip to content

Commit

Permalink
Merge pull request #12 from FreePBX/bugfix/FREEPBX17-548
Browse files Browse the repository at this point in the history
FREEPBX17-548 CalDav server http response issue resolved
  • Loading branch information
carduz authored May 21, 2024
2 parents 542eda9 + 718b6d0 commit b71d63c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/CalDAVClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ function DoRequest( $url = null ) {

// Save Request
curl_setopt($this->ch, CURLINFO_HEADER_OUT, TRUE);
curl_setopt($this->ch, CURLOPT_HTTP09_ALLOWED, true);

$response = curl_exec($this->ch);

Expand Down
1 change: 1 addition & 0 deletions src/includes/XMLDocument.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*
* @package awl
*/
#[\AllowDynamicProperties]
class XMLDocument {

/**#@+
Expand Down

0 comments on commit b71d63c

Please sign in to comment.