mirror of
https://github.com/getgrav/grav.git
synced 2026-03-22 12:31:36 +01:00
Fixed typo
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user