summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"];