diff -r d48c6b0158b9 -r a04621040cad web/webconfig.py --- a/web/webconfig.py Tue Feb 22 21:33:10 2011 +0100 +++ b/web/webconfig.py Mon Feb 28 14:12:42 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