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).

Comments

aron novak’s picture

Assigned: Unassigned » aron novak
Status: Active » Fixed

It's solved in the 0.1 release and the CVS too. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)