mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-27 02:21:28 +00:00
normalize some mismatching hook function definitions to match base Plugin class
This commit is contained in:
@@ -18,7 +18,7 @@ class Af_Youtube_Embed extends Plugin {
|
||||
"youtu.be"]);
|
||||
}
|
||||
|
||||
function hook_render_enclosure($entry, $hide_images) {
|
||||
function hook_render_enclosure($entry, $id, $rv) {
|
||||
|
||||
$url = $entry["content_url"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user