Needs review
Project:
Feedparser
Version:
5.x-1.x-dev
Component:
feedaggregator_node
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2007 at 22:50 UTC
Updated:
9 Sep 2008 at 03:17 UTC
feedaggregator_node sets the default author of a node to "anonymous" even if an administrator sets the default name to some other user. I found that this was happening b/c $node->uid was set in the node object prior to saving. I found that setting $node->name instead fixes this issue. A patch is attached.
| Comment | File | Size | Author |
|---|---|---|---|
| feedaggregator_node_patch.txt | 695 bytes | gwen |
Comments
Comment #1
myersca commentedPatch works if you manually update items, but for new feed items found in a cron run still get assigned as anonymous. This is what I found.
Comment #2
james_w commentedSame issue here.