missed function rename
missed rename zfetchurl
This commit is contained in:
parent
9b8599b619
commit
275a0aa140
|
@ -233,7 +233,7 @@ class Network
|
|||
if (filter_var($newurl, FILTER_VALIDATE_URL)) {
|
||||
$redirects++;
|
||||
@curl_close($ch);
|
||||
return self::zFetchURL($newurl, $binary, $redirects, $opts);
|
||||
return self::curl($newurl, $binary, $redirects, $opts);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue