branch | tls-sprint |
changeset 893 | 1f9308b253ce |
parent 890 | 3530baff9120 |
child 1132 | 96752791c2b6 |
--- 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