article/feed results in php error in node.module
bwooster47 - January 1, 2009 - 04:36
| Project: | Article |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | msameer |
| Status: | closed |
Jump to:
Description
Get this message when I go to article/feed:
Invalid argument supplied for foreach() in /home/.../public_html/modules/node/node.module on line 1663.
And an empty feed page is shown.
node/feed works fine - it displays the articles, and there is no error message in the logs.

#1
Fixed in CVS.
node_feed() now accepts an array of nids instead of a database object.
Thanks for reporting :)
#2
Automatically closed -- issue fixed for two weeks with no activity.