Move fetch_url

move fetch_url function
This commit is contained in:
Adam Magness 2018-01-26 23:09:48 -05:00
parent 1b51777825
commit c67452f72e
25 changed files with 55 additions and 35 deletions

View file

@ -714,7 +714,7 @@ class Network
} else {
$scaled = $mtch[1];
}
$i = fetch_url($scaled);
$i = self::fetchURL($scaled);
if (! $i) {
return $srctext;
}