Download & Extend

_feedapi_parse() doesn't pass settings to _feedapi_call_parsers()

Project:Feed Element Mapper
Version:6.x-1.0
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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.

AttachmentSize
feedapi_mapper-parser_settings.patch532 bytes

Comments

#1

Status:needs review» reviewed & tested by the community

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

#2

Status:reviewed & tested by the community» fixed

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

#3

Status:fixed» closed (fixed)

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