summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
Diffstat (limited to 'classes')
-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 c38ee9566..07281c66b 100755
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -158,7 +158,7 @@ class Handler_Public extends Handler {
}
$tpl->setVariable('ARTICLE_OG_IMAGE',
- $this->get_article_image($enclosures, $line['content'], $feed_site_url));
+ $this->get_article_image($enclosures, $line['content'], $feed_site_url), true);
$tpl->addBlock('entry');
}