Replace getCurDisplayRoot() by getCurDisplayPath()
This commit is contained in:
@@ -25,7 +25,7 @@ class IWLADisplayTopHits(IPlugin):
|
||||
title = time.strftime('All Hits - %B %Y', self.iwla.getCurTime())
|
||||
|
||||
filename = 'top_hits.html'
|
||||
path = '%s/%s' % (self.iwla.getCurDisplayRoot(), filename)
|
||||
path = self.iwla.getCurDisplayPath(filename)
|
||||
|
||||
page = DisplayHTMLPage(title, path)
|
||||
table = DisplayHTMLBlockTable('Top Hits', ['URI', 'Entrance'])
|
||||
|
||||
Reference in New Issue
Block a user