Closed (fixed)
Project:
Feed Element Mapper
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Aug 2009 at 18:33 UTC
Updated:
27 Nov 2009 at 20:30 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| feedapi_mapper-parser_settings.patch | 532 bytes | cedarm |
Comments
Comment #1
aron novakAgain, good catch!
This issue is valid for 2.x branch also, unfortunately.
Comment #2
aron novakCommitted for both 1.x and 2.x.
Sorry for doing this so lately.