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); }