Posted by derbz2 on April 26, 2007 at 10:29pm
Jump to:
| 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
| Attachment | Size |
|---|---|
| feedmanager501dev_non-object.patch | 556 bytes |
Comments
#1
oh, it's only a 1 liner but the patch is ready for review.
#2
Fix committed to CVS 5.x branch.
#3