feed template, ARTICLE_OG_IMAGE: set as optional
This commit is contained in:
parent
851f62dc4a
commit
6a6af964df
|
@ -158,7 +158,7 @@ class Handler_Public extends Handler {
|
||||||
}
|
}
|
||||||
|
|
||||||
$tpl->setVariable('ARTICLE_OG_IMAGE',
|
$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');
|
$tpl->addBlock('entry');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue