summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-15 06:29:24 +0300
committerAndrew Dolgov <[email protected]>2021-11-15 06:29:24 +0300
commitf9991e11c43d1d2fafd79c2157ddd9489a9443e0 (patch)
treec1127370dd75c78a6d820a14b58d93fcefea3868
parent3067b81c679608342feceee4e5516fa021988ef0 (diff)
fix argument list of hook_render_enclosure()
-rw-r--r--init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.php b/init.php
index 9a5cf0f..0ec62ed 100644
--- a/init.php
+++ b/init.php
@@ -20,7 +20,7 @@ class Af_Youtube_Thumb extends Plugin {
return file_get_contents(__DIR__ . "/init.css");
}
- function hook_render_enclosure($entry, $hide_images) {
+ function hook_render_enclosure($entry, $article_id, $rv) {
$url = $entry["content_url"];