Replace getCurDisplayRoot() by getCurDisplayPath()

This commit is contained in:
Grégory Soutadé
2014-11-27 14:29:25 +01:00
parent ce4bca056d
commit 02233f2f37
6 changed files with 11 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ class IWLADisplayTopDownloads(IPlugin):
title = time.strftime('Top Downloads - %B %Y', self.iwla.getCurTime())
filename = 'top_downloads.html'
path = '%s/%s' % (self.iwla.getCurDisplayRoot(), filename)
path = self.iwla.getCurDisplayPath(filename)
page = DisplayHTMLPage(title, path)
table = DisplayHTMLBlockTable('All Downloads', ['URI', 'Hit'])