Download & Extend

non-object in feedaggregator_node.module on line 186.

Project:Feedparser
Version:5.x-0.1-dev
Component:feedaggregator_node
Category:bug report
Priority:normal
Assigned:derbz2
Status:closed (fixed)

Issue Summary

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

AttachmentSize
feedmanager501dev_non-object.patch556 bytes

Comments

#1

Status:active» needs review

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

#2

Status:needs review» fixed

Fix committed to CVS 5.x branch.

#3

Status:fixed» closed (fixed)
nobody click here