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