From b35e41f294d58175645dde71077f3011517e081f Mon Sep 17 00:00:00 2001 From: mogetutu Date: Mon, 18 Nov 2013 18:54:14 +0300 Subject: [PATCH] updated class description --- libraries/Curl.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libraries/Curl.php b/libraries/Curl.php index db9f3f5..a0cba31 100755 --- a/libraries/Curl.php +++ b/libraries/Curl.php @@ -1,15 +1,15 @@ + * @author Isaak Mogetutu * @license http://philsturgeon.co.uk/code/dbad-license dbad-license - * @link http://philsturgeon.co.uk/code/Codeigniter-curl + * @link https://github.com/mogetutu/laravel-curl/ */ class Curl { @@ -332,7 +332,7 @@ public function execute() $this->error_code = $errno; $this->error_string = $error; - + $this->last_response = $this->response; return false;