Browse Source

Merge branch 'lodelsites-dev' of git@git.labocleo.org:lodel2 into lodelsites-dev

Quentin Bonaventure quentin.bonaventure@openedition.org 8 years ago
parent
commit
4c27a6bf87
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lodel/plugins/multisite/confspecs.py

+ 1
- 1
lodel/plugins/multisite/confspecs.py View File

@@ -16,7 +16,7 @@ LODEL2_CONFSPECS = {
16 16
             SettingValidator('strip', none_is_valid = False)), #Bad validator
17 17
         'sites_emfile': (None,
18 18
             SettingValidator('string', none_is_valid = False)), #Bad validator
19
-        'site_emtranslator': ('picklefile',
19
+        'sites_emtranslator': ('picklefile',
20 20
             SettingValidator('string', none_is_valid = False)), #Bad validator
21 21
     },
22 22
     'lodel2.server': {

Loading…
Cancel
Save