From f95825625d50563920984d9af87faf6c0498dcce Mon Sep 17 00:00:00 2001 From: gjmh-unikent Date: Tue, 9 Jun 2015 10:32:27 +0100 Subject: [PATCH] fix debug --- Curl.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Curl.php b/Curl.php index 2dda7c1..e4737dd 100644 --- a/Curl.php +++ b/Curl.php @@ -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 = '') {