_feedapi_parse() doesn't pass settings to _feedapi_call_parsers()
cedarm - August 25, 2009 - 18:33
| Project: | Feed Element Mapper |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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.
| Attachment | Size |
|---|---|
| feedapi_mapper-parser_settings.patch | 532 bytes |

#1
Again, good catch!
This issue is valid for 2.x branch also, unfortunately.
#2
Committed for both 1.x and 2.x.
Sorry for doing this so lately.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.