This is related to #559242: settings not passed to secondary parsers.

Not sure what has happened in the past with the parameters for _feedapi_call_parsers(). The third parameter is supposed to be $settings, but instead we call it with $feed->half_done ? FALSE : TRUE.

Here's a patch according to my understanding. It works with my secondary parser, along with the other patch from #559242: settings not passed to secondary parsers.

CommentFileSizeAuthor
feedapi_mapper-parser_settings.patch532 bytescedarm
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Aron Novak’s picture

Status: Needs review » Reviewed & tested by the community

Again, good catch!
This issue is valid for 2.x branch also, unfortunately.

Aron Novak’s picture

Status: Reviewed & tested by the community » Fixed

Committed for both 1.x and 2.x.
Sorry for doing this so lately.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.