Forgot one parameter in feeds plugin
This commit is contained in:
parent
f5b0c35bad
commit
1f6154107c
|
@ -92,7 +92,7 @@ class IWLAPostAnalysisFeeds(IPlugin):
|
|||
|
||||
if isFeedParser == self.FEED_PARSER and\
|
||||
self.merge_one_hit_only_feeds_parsers:
|
||||
self.mergeOneHitOnlyFeedsParsers(one_hit_only, hit)
|
||||
self.mergeOneHitOnlyFeedsParsers(isFeedParser, one_hit_only, hit)
|
||||
|
||||
if not isFeedParser is None: continue
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user