Forgot one parameter in feeds plugin

This commit is contained in:
root 2015-02-19 20:13:55 +01:00
parent f5b0c35bad
commit 1f6154107c
1 changed files with 1 additions and 1 deletions

View File

@ -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