From 676c7303ca1aec697a0296344bf10a6066dcea1a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 12 Feb 2017 17:02:07 +0300 Subject: add HOOK_ENCLOSURE_ENTRY for af_zz_imgproxy (2) --- include/functions2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/functions2.php b/include/functions2.php index 21fe805f7..75a3f8716 100644 --- a/include/functions2.php +++ b/include/functions2.php @@ -1945,7 +1945,7 @@ foreach ($result as $line) { foreach (PluginHost::getInstance()->get_hooks(PluginHost::HOOK_ENCLOSURE_ENTRY) as $plugin) { - $line = $plugin->hook_render_enclosure($line); + $line = $plugin->hook_enclosure_entry($line); } $url = $line["content_url"]; -- cgit v1.2.3