Move fetch_url
move fetch_url function
This commit is contained in:
@@ -714,7 +714,7 @@ class Network
|
||||
} else {
|
||||
$scaled = $mtch[1];
|
||||
}
|
||||
$i = fetch_url($scaled);
|
||||
$i = self::fetchURL($scaled);
|
||||
if (! $i) {
|
||||
return $srctext;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user