Closed (fixed)
Project:
Comment RSS
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2009 at 17:55 UTC
Updated:
4 Oct 2009 at 15:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
toemaz commentedQuickest solution: change line 210 in commentrss.pages.inc
from
to
Tested on production website and it works.
Comment #2
dave reidFixed the $extra array itself. Committed to CVS in http://drupal.org/cvs?commit=264592. Thanks!
Comment #3
frjo commentedThe committed fix is not working as far as I can see. The isPermaLink atribute is e.g. never set on"guid".
My patch reverts the code to pre 6.x-2.2 and it's also the same way node module in core build the $extra values.
Comment #4
dave reidIt was working better, but thanks for following up that it wasn't working completely. It seems the array passed into format_rss_item can't use string keys, so I just changed it back using the relevant parts of the rollback patch in #3. I double-confirmed that it's working properly now. Sorry about that. Going to make a new release soon once a few more module code re-organizations happen.