diff -r fee3a1f28ed7 -r 9b1f9bc74f5d web/webconfig.py --- a/web/webconfig.py Fri Feb 18 17:11:45 2011 +0100 +++ b/web/webconfig.py Mon Mar 07 17:02:15 2011 +0100 @@ -207,8 +207,8 @@ def fckeditor_installed(self): return exists(self.uiprops['FCKEDITOR_PATH']) - def eproperty_definitions(self): - for key, pdef in super(WebConfiguration, self).eproperty_definitions(): + def cwproperty_definitions(self): + for key, pdef in super(WebConfiguration, self).cwproperty_definitions(): if key == 'ui.fckeditor' and not self.fckeditor_installed(): continue yield key, pdef