Missing parameter

main
Bob Mottram 2020-12-09 23:08:00 +00:00
parent 1eee9cad10
commit 09d1032550
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ def htmlAccountInfo(cssCache: {}, translate: {},
for postDomain in domainList:
infoForm += '<a href="' + \
httpPrefix + '://' + postDomain + '">' + postDomain + '</a> '
if isBlockedDomain(postDomain):
if isBlockedDomain(baseDir, postDomain):
infoForm += \
'<a href="' + usersPath + '?unblockdomain=' + postDomain + '">'
infoForm += '<button class="buttonhighlighted"><span>' + \