mirror of
https://github.com/friendica/friendica
synced 2025-04-24 07:50:11 +00:00
Move fetch_url
move fetch_url function
This commit is contained in:
parent
1b51777825
commit
c67452f72e
25 changed files with 55 additions and 35 deletions
|
@ -714,7 +714,7 @@ class Network
|
|||
} else {
|
||||
$scaled = $mtch[1];
|
||||
}
|
||||
$i = fetch_url($scaled);
|
||||
$i = self::fetchURL($scaled);
|
||||
if (! $i) {
|
||||
return $srctext;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue