From 262b6c891e67dc6a0b2e30f395b4213ed36e528d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 30 Sep 2020 17:28:17 +0100 Subject: [PATCH] Blogs --- webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index 30be726c..17c7f523 100644 --- a/webinterface.py +++ b/webinterface.py @@ -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'