missed function rename

missed rename zfetchurl
This commit is contained in:
Adam Magness 2018-01-27 12:05:05 -05:00
parent 9b8599b619
commit 275a0aa140
1 changed files with 1 additions and 1 deletions

View File

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