Closed (fixed)
Project:
Views (for Drupal 7)
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Sep 2006 at 02:55 UTC
Updated:
22 Oct 2006 at 06:00 UTC
The RSS generated will not validate for me because it doesn't print a language code.
views_rss.module, line 167:
attempts to print $locale, which is a global, and therefore needs a global $locale; line inserted somewhere before it, assuming this is the correct way to access globals, and not through a function or something. It doesn't seem to be gettable by variable_get the way the site name and mission are.
Comments
Comment #1
merlinofchaos commentedComment #2
(not verified) commented