diff --git a/webinterface.py b/webinterface.py
index fc14face..003ac644 100644
--- a/webinterface.py
+++ b/webinterface.py
@@ -5268,7 +5268,9 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
return htmlStr
-def getRightColumnContent(baseDir: str, nickname: str, domain: str) -> str:
+def getRightColumnContent(baseDir: str, nickname: str, domainFull: str,
+ httpPrefix: str, translate: {},
+ iconsDir: str, moderator: bool) -> str:
"""Returns html content for the right column
"""
htmlStr = ''
@@ -5741,7 +5743,7 @@ def htmlTimeline(defaultTimeline: str,
' \n'
-
+
# the search button
tlStr += \
' ' + rightColumnStr + '\n'
# benchmark 9