oops tls-sprint
authorsylvain.thenault@logilab.fr
Fri, 20 Feb 2009 15:40:13 +0100
branchtls-sprint
changeset 893 1f9308b253ce
parent 892 1558772340a7
child 894 e1f848785e3d
oops
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