Extra parameter

main
Bob Mottram 2020-09-28 18:11:48 +01:00
parent 6b09ff0edd
commit c1a03228ce
1 changed files with 1 additions and 1 deletions

View File

@ -671,7 +671,7 @@ def personBoxJson(recentPostsCache: {},
elif boxname == 'moderation':
return createModeration(baseDir, nickname, domain, port,
httpPrefix,
noOfItems, headerOnly, authorized,
noOfItems, headerOnly,
pageNumber)
return None