Changeset - 8226595268e6
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2010-11-26 16:58:30
marcin@python-works.com
fixed warning message
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/controllers/admin/ldap_settings.py
Show inline comments
 
@@ -87,7 +87,7 @@ class LdapSettingsController(BaseControl
 
            except (DatabaseError,):
 
                raise
 
        except LdapImportError:
 
            h.flash(_('Unable to activate ldap. The "ldap-python" library '
 
            h.flash(_('Unable to activate ldap. The "python-ldap" library '
 
                      'is missing.'), category='warning')
 

	
 
        except formencode.Invalid, errors:
0 comments (0 inline, 0 general)