missed function rename
missed rename zfetchurl
This commit is contained in:
parent
9b8599b619
commit
275a0aa140
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue