Once the form add/edit patch is applied the following bug in feedaggregator_node.module is revealed. This is only a minor change
$node->date should be written as $node['date'] to be consistent.

The error:
warning: Attempt to assign property of non-object in /var/www/sites/test/modules/feedparser/feedaggregator_node.module on line 186.

Once this is changed the aggregator > update items works for 5.x

CommentFileSizeAuthor
feedmanager501dev_non-object.patch556 bytesderbz2

Comments

derbz2’s picture

Status: Active » Needs review

oh, it's only a 1 liner but the patch is ready for review.

budda’s picture

Status: Needs review » Fixed

Fix committed to CVS 5.x branch.

Anonymous’s picture

Status: Fixed » Closed (fixed)