Skip to content
This repository has been archived by the owner on Oct 16, 2018. It is now read-only.

Commit

Permalink
Fix $this->debug() fatal error case
Browse files Browse the repository at this point in the history
  • Loading branch information
mogetutu committed Jul 18, 2013
2 parents aa05cde + 46dcb75 commit a944772
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/Curl.php
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,8 @@ public function execute()

$this->error_code = $errno;
$this->error_string = $error;

$this->last_response = $this->response;

return false;
} else {
Expand Down

0 comments on commit a944772

Please sign in to comment.