From bb6815ba133162573a14e977e746af2d7d010bdc Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 23 Mar 2014 20:01:00 +0200 Subject: [PATCH] Bug fixes --- app/libraries/utils.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/libraries/utils.php b/app/libraries/utils.php index 7ffacc13f207..086762c31a95 100755 --- a/app/libraries/utils.php +++ b/app/libraries/utils.php @@ -37,8 +37,7 @@ class Utils 'url' => Input::get('url', Request::url()), 'user_agent' => isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : '', 'ip' => Request::getClientIp(), - 'count' => Session::get('error_count', 0), - 'input' => Input::all() + 'count' => Session::get('error_count', 0) ]; Log::error($error."\n", $data);