From 6aaeb9e1f1ca8e5acd20decfd31110bc2e534777 Mon Sep 17 00:00:00 2001 From: Djamil Legato Date: Wed, 6 Jan 2016 16:24:11 -0800 Subject: [PATCH] Fixed typo --- system/src/Grav/Common/GPM/Response.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/src/Grav/Common/GPM/Response.php b/system/src/Grav/Common/GPM/Response.php index 355bda3cc..87ba44e9b 100644 --- a/system/src/Grav/Common/GPM/Response.php +++ b/system/src/Grav/Common/GPM/Response.php @@ -289,7 +289,7 @@ class Response curl_close($rch); if (!$max_redirects) { - if ($maxredirect === null) { + if ($max_redirects === null) { trigger_error('Too many redirects. When following redirects, libcurl hit the maximum amount.', E_USER_WARNING); }