summaryrefslogtreecommitdiff
path: root/classes/handler/public.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-15 22:29:03 +0300
committerAndrew Dolgov <[email protected]>2021-03-15 22:29:03 +0300
commit77924a62860342bf548fa995cf10dd49db5513fc (patch)
treead68651ed5bf32f0293e3ec5ac7494afb43abfdf /classes/handler/public.php
parent1870fe172b41061899c1917303a494d5e567f1bf (diff)
wip: flavor icon cachingexp-flavor-icon-cache
Diffstat (limited to 'classes/handler/public.php')
-rwxr-xr-xclasses/handler/public.php2
1 files changed, 1 insertions, 1 deletions
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);