From 77924a62860342bf548fa995cf10dd49db5513fc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 15 Mar 2021 22:29:03 +0300 Subject: wip: flavor icon caching --- classes/handler/public.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/handler/public.php') diff --git a/classes/handler/public.php b/classes/handler/public.php index d5319c306..b399c1bdd 100755 --- a/classes/handler/public.php +++ b/classes/handler/public.php @@ -152,7 +152,7 @@ class Handler_Public extends Handler { $tpl->setVariable('ARTICLE_ENCLOSURE_LENGTH', "", true); } - list ($og_image, $og_stream) = Article::_get_image($enclosures, $line['content'], $feed_site_url, $line); + list ($og_image, $og_stream) = Article::_get_image($line["id"], $enclosures, $line['content'], $feed_site_url, $line); $tpl->setVariable('ARTICLE_OG_IMAGE', $og_image, true); -- cgit v1.2.3