2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Laurent Destailleur
2020-09-20 16:06:53 +02:00
parent 1a494542c6
commit 667fb1098c

View File

@@ -356,7 +356,7 @@ class RssParser
if (!empty($rss->channel['title'])) $this->_title = (string) $rss->channel['title']; if (!empty($rss->channel['title'])) $this->_title = (string) $rss->channel['title'];
//if (!empty($rss->channel['rss_description'])) $this->_description = (string) $rss->channel['rss_description']; //if (!empty($rss->channel['rss_description'])) $this->_description = (string) $rss->channel['rss_description'];
if (is_array($rss->channel)) { if (!empty($rss->channel)) {
$this->_imageurl = $this->getAtomImageUrl($rss->channel); $this->_imageurl = $this->getAtomImageUrl($rss->channel);
} }
} }