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.
| Comment | File | Size | Author |
|---|---|---|---|
| views_rss.module.HEAD_.patch | 570 bytes | gnassar |
Comments
Comment #1
merlinofchaos commentedNo, 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.
Comment #2
esmerel commentedAt this time, only security fixes will be made to the 5.x version of Views.