missed function rename
missed rename zfetchurl
This commit is contained in:
@@ -233,7 +233,7 @@ class Network
|
|||||||
if (filter_var($newurl, FILTER_VALIDATE_URL)) {
|
if (filter_var($newurl, FILTER_VALIDATE_URL)) {
|
||||||
$redirects++;
|
$redirects++;
|
||||||
@curl_close($ch);
|
@curl_close($ch);
|
||||||
return self::zFetchURL($newurl, $binary, $redirects, $opts);
|
return self::curl($newurl, $binary, $redirects, $opts);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user