forked from Wavyzz/dolibarr
Fix
This commit is contained in:
@@ -356,7 +356,7 @@ class RssParser
|
||||
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 (is_array($rss->channel)) {
|
||||
if (!empty($rss->channel)) {
|
||||
$this->_imageurl = $this->getAtomImageUrl($rss->channel);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user