]> git.wh0rd.org - tt-rss.git/blobdiff - classes/feeds.php
add plugin to cache images in starred articles; pass article_id to
[tt-rss.git] / classes / feeds.php
index 9aa75bbe8c460bba20481193efb7d0374b1364a7..3b765d6bdbfb3c720d8eaeb1d6c9f89e05c10dcc 100644 (file)
@@ -510,7 +510,7 @@ class Feeds extends Handler_Protected {
                                                $tags = false;
 
                                        $line["content"] = sanitize($line["content"],
-                                                       sql_bool_to_bool($line['hide_images']), false, $entry_site_url, $highlight_words);
+                                                       sql_bool_to_bool($line['hide_images']), false, $entry_site_url, $highlight_words, $line["id"]);
 
                                        foreach (PluginHost::getInstance()->get_hooks(PluginHost::HOOK_RENDER_ARTICLE_CDM) as $p) {
                                                $line = $p->hook_render_article_cdm($line);