Closed (fixed)
Project:
FeedAPI
Version:
5.x-0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Jul 2007 at 15:35 UTC
Updated:
7 Aug 2007 at 19:35 UTC
In my configuration with feedapi_feed_item, feedapi_feed and feedapi_aggregator installed, a feed configured as feedapi_aggregator feed returns the message
The feed () was updated successfully.
when I update it on admin/content/feed .
I found out that $feed->processors_feed contains an entry "0" in these cases.
Array
(
[0] => feedapi_aggregator
[1] => 0
)
I attach a patch that prints the $feed->processors_feed property to the screen (like above).
| Comment | File | Size | Author |
|---|---|---|---|
| feed_processors_feed_sometimes_empty_debug.patch | 313 bytes | alex_b |
Comments
Comment #1
aron novakIt's solved in the 0.1 release and the CVS too. Thanks!
Comment #2
(not verified) commented