summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-12 17:02:07 +0300
committerAndrew Dolgov <[email protected]>2017-02-12 17:02:07 +0300
commit676c7303ca1aec697a0296344bf10a6066dcea1a (patch)
tree7c70a1db1a5e3ae0d364b4344eec6bb51d138aac /include
parent58210301e0e462ddfe9bd625865059d57a0c7cd7 (diff)
add HOOK_ENCLOSURE_ENTRY for af_zz_imgproxy (2)
Diffstat (limited to 'include')
-rw-r--r--include/functions2.php2
1 files changed, 1 insertions, 1 deletions
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"];