Fix wrong Network::fetchUrl call in Utils\Scrape
This commit is contained in:
parent
dadcf3239f
commit
5207196e1a
|
@ -56,7 +56,7 @@ class Scrape
|
|||
$scrape_start = microtime(true);
|
||||
|
||||
$params = [];
|
||||
$html = Network::fetchURL($url, $timeout);
|
||||
$html = Network::fetchURL($url, false, $timeout);
|
||||
|
||||
$scrape_fetch_end = microtime(true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue