mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:15:55 +00:00
feed template, ARTICLE_OG_IMAGE: set as optional
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user