Lines 130-150 in views_rss.module are marked as being "copy/pasted from node.module". This is not the case, as there is a substantial difference between the node.module code and the views_rss module code, namely that $item is not assigned to the result of invoking the view hook in views_rss, like it is in node.module.

This seems to break audio feeds with the iTunes addon, and probably a number of other things, pretty silently.

Patch enclosed.

CommentFileSizeAuthor
views_rss.module.HEAD_.patch570 bytesgnassar

Comments

merlinofchaos’s picture

Status: Needs review » Reviewed & tested by the community

No, it was copy pasted; but it was copy pasted back in the days of Drupal 4.7, I think. So things may've diverged a little bit, as needed.

esmerel’s picture

Status: Reviewed & tested by the community » Closed (won't fix)

At this time, only security fixes will be made to the 5.x version of Views.