|
|
@@ -359,7 +359,7 @@ class Item implements RegistryAware
|
|
|
{
|
|
|
if (!isset($this->data['thumbnail'])) {
|
|
|
if ($return = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_MEDIARSS, 'thumbnail')) {
|
|
|
- $thumbnail = $return[0]['attribs'][''];
|
|
|
+ $thumbnail = $return[0]['attribs'][''] ?? [];
|
|
|
if (empty($thumbnail['url'])) {
|
|
|
$this->data['thumbnail'] = null;
|
|
|
} else {
|