Forgot to append block in all_visits plugin

This commit is contained in:
Gregory Soutade 2016-02-07 10:16:33 +01:00
parent 4dbcef661f
commit 19e9b9d4fb
1 changed files with 1 additions and 1 deletions

View File

@ -96,4 +96,4 @@ class IWLADisplayAllVisits(IPlugin):
else:
block = display.createBlock(DisplayHTMLRawBlock)
block.setRawHTML(link)
index.appendBlock(block)
index.appendBlock(block)