web/webconfig.py
branchstable
changeset 7031 a04621040cad
parent 6425 8d7c2fd2ac66
child 7130 5eb622c0c672
--- 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