mirror of https://gitlab.com/bashrc2/epicyon
Blogs
parent
5dad3a32fd
commit
262b6c891e
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue