Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carduz committed Dec 2, 2015
1 parent e4aa321 commit b8f62de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CalDAVClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class CalDAVClient {
protected $xmlResponse = ""; // xml received
protected $httpResultCode = "";
private $httpResponseHeaders = '';
private $httpResponseBody = '';

protected $parser; // our XML parser object

Expand Down

0 comments on commit b8f62de

Please sign in to comment.