Changeset - 75d89f00a4b5
[Not reviewed]
default
0 1 0
Søren Løvborg - 10 years ago 2016-01-05 18:51:07
sorenl@unity3d.com
admin: remove superfluous check in SettingsController
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/controllers/admin/settings.py
Show inline comments
 
@@ -74,7 +74,6 @@ class SettingsController(BaseController)
 
            if k == 'web_push_ssl':
 
                v = str2bool(v)
 

	
 
            if k.find('.') != -1:
 
                k = k.replace('.', '_')
 

	
 
            if each.ui_section in ['hooks', 'extensions']:
0 comments (0 inline, 0 general)