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.

CommentFileSizeAuthor
feedaggregator_node_patch.txt695 bytesgwen

Comments

myersca’s picture

Patch 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.

james_w’s picture

Same issue here.