summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-09 17:18:29 +0300
committerAndrew Dolgov <[email protected]>2018-12-09 17:18:29 +0300
commit6a6af964df3d1242b84872ea0c937cc655699c6c (patch)
tree70b75892e6f8a2b5adba43ff93483d034112d411 /classes
parent851f62dc4ab9981371bbbe381b6c1b56a41a961e (diff)
feed template, ARTICLE_OG_IMAGE: set as optional
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');
}