Fix typo error in getCurrentVisits() method name
This commit is contained in:
@@ -62,7 +62,7 @@ class IWLADisplayFeeds(IPlugin):
|
||||
from plugins.post_analysis.feeds import IWLAPostAnalysisFeeds
|
||||
|
||||
display = self.iwla.getDisplay()
|
||||
hits = self.iwla.getCurrentVisists()
|
||||
hits = self.iwla.getCurrentVisits()
|
||||
nb_feeds_parsers = 0
|
||||
|
||||
# All in a page
|
||||
|
@@ -64,7 +64,7 @@ class IWLADisplayTrackUsers(IPlugin):
|
||||
|
||||
def hook(self):
|
||||
display = self.iwla.getDisplay()
|
||||
hits = self.iwla.getCurrentVisists()
|
||||
hits = self.iwla.getCurrentVisits()
|
||||
stats = {}
|
||||
|
||||
# All in a page
|
||||
|
Reference in New Issue
Block a user