fixed a missing migration to get_cfg

This commit is contained in:
root 2008-10-21 16:05:43 +02:00
parent 75051292bc
commit d0e4936cbc
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class CollectivityUI:
form.add(StringWidget, 'name', title = _('Name'), required = True, size = 30,
value = self.collectivity.name)
options = [('', _('None'))]
for klp, lp in misc.cfg.get('providers', {}).items():
for klp, lp in get_cfg('providers', {}).items():
if lp['role'] != lasso.PROVIDER_ROLE_IDP:
continue
p = lasso.Provider(lp['role'],