merge-requests/8/head
Bob Mottram 2020-09-30 17:28:17 +01:00
parent 5dad3a32fd
commit 262b6c891e
1 changed files with 1 additions and 1 deletions

View File

@ -1290,7 +1290,7 @@ def htmlEditProfile(translate: {}, baseDir: str, path: str,
mediaInstanceStr = 'checked'
blogsInstanceStr = ''
blogsInstance = getConfigParam(baseDir, "blogInstance")
blogsInstance = getConfigParam(baseDir, "blogsInstance")
if blogsInstance:
if blogsInstance is True:
blogsInstanceStr = 'checked'