diff options
Diffstat (limited to 'app/views/index/rss.phtml')
| -rw-r--r-- | app/views/index/rss.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/rss.phtml b/app/views/index/rss.phtml index 7caf4cb9d..3d531c554 100644 --- a/app/views/index/rss.phtml +++ b/app/views/index/rss.phtml @@ -46,7 +46,7 @@ foreach ($this->entries as $item) { } } - $enclosures = iterator_to_array($item->enclosures(false)); + $enclosures = iterator_to_array($item->enclosures(false)); // TODO: Optimise: avoid iterator_to_array if possible $thumbnail = $item->thumbnail(false); if (!empty($thumbnail['url'])) { // https://www.rssboard.org/media-rss#media-thumbnails |
