# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1235140813 -3600 # Node ID 1f9308b253ce18d79c7475d9122f068f842c17fd # Parent 1558772340a76e3a62e5a66a67d254cede6b42a6 oops diff -r 1558772340a7 -r 1f9308b253ce web/webconfig.py --- a/web/webconfig.py Fri Feb 20 15:29:13 2009 +0100 +++ b/web/webconfig.py Fri Feb 20 15:40:13 2009 +0100 @@ -203,7 +203,7 @@ return exists(self.ext_resources['FCKEDITOR_PATH']) def eproperty_definitions(self): - for key, pdef in super(WebConfiguration, self).eproperty_definitions(self): + for key, pdef in super(WebConfiguration, self).eproperty_definitions(): if key == 'ui.fckeditor' and not self.fckeditor_installed(): continue yield key, pdef