Active
Project:
FeedAPI Item Filter
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2010 at 08:29 UTC
Updated:
12 Feb 2010 at 08:35 UTC
I get the error:
"Empty delimiter in /sites/all/modules/feedapi_itemfilter/keyword_filter/feedapi_keyword_filter.module on line 109"
when refreshing/parsing a feed.
Comments
Comment #1
cerup commentedOk seems the error was due to a ',' at the end of the filters without a term after it. Removing a trailing ',' (comma) fixed it.