mirror of
https://github.com/friendica/friendica
synced 2025-05-11 03:04:09 +02:00
Fix errors in Content namespace
This commit is contained in:
parent
3c84c21318
commit
caa826ca06
8 changed files with 28 additions and 16 deletions
|
@ -178,7 +178,7 @@ class OEmbed
|
|||
$oembed->thumbnail_height = $data['images'][0]['height'];
|
||||
}
|
||||
|
||||
Hook::callAll('oembed_fetch_url', $embedurl, $oembed);
|
||||
Hook::callAll('oembed_fetch_url', $embedurl);
|
||||
|
||||
return $oembed;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue