summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/functions2.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/functions2.php b/include/functions2.php
index 96274b6a0..21fe805f7 100644
--- a/include/functions2.php
+++ b/include/functions2.php
@@ -1944,6 +1944,10 @@
foreach ($result as $line) {
+ foreach (PluginHost::getInstance()->get_hooks(PluginHost::HOOK_ENCLOSURE_ENTRY) as $plugin) {
+ $line = $plugin->hook_render_enclosure($line);
+ }
+
$url = $line["content_url"];
$ctype = $line["content_type"];
$title = $line["title"];