Closed (fixed)
Project:
Feedparser
Version:
5.x-0.1-dev
Component:
feedaggregator_node
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Apr 2007 at 22:29 UTC
Updated:
18 May 2007 at 00:07 UTC
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
| Comment | File | Size | Author |
|---|---|---|---|
| feedmanager501dev_non-object.patch | 556 bytes | derbz2 |
Comments
Comment #1
derbz2 commentedoh, it's only a 1 liner but the patch is ready for review.
Comment #2
buddaFix committed to CVS 5.x branch.
Comment #3
(not verified) commented