Skip to content

Commit

Permalink
fix debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmh-unikent committed Jun 9, 2015
1 parent 479dc3f commit f958256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Curl.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class Curl {
public $error_code; // Error code returned as an int
public $error_string; // Error message returned as a string
public $info; // Returned after request (elapsed time, etc)
protected $last_response;

function __construct($url = '')
{
Expand Down

0 comments on commit f958256

Please sign in to comment.