From: JustAMacUser Date: Sat, 6 Aug 2016 18:16:39 +0000 (-0400) Subject: Pass the value of cache_images to plugins in HOOK_ARTICLE_FILTER. X-Git-Tag: 16.8~1^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=babfadbfd245ae8752ba379d594e5c158762a606;p=tt-rss.git Pass the value of cache_images to plugins in HOOK_ARTICLE_FILTER. --- diff --git a/include/rssfuncs.php b/include/rssfuncs.php index 21ffcbb7..522e4bf2 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -726,7 +726,8 @@ "language" => $entry_language, "feed" => array("id" => $feed, "fetch_url" => $fetch_url, - "site_url" => $site_url) + "site_url" => $site_url, + "cache_images" => $cache_images) ); $entry_plugin_data = "";