entity.py
changeset 2822 f26578339214
parent 2818 326375561412
child 2824 3455f72010fe
--- a/entity.py	Thu Aug 13 11:56:49 2009 +0200
+++ b/entity.py	Thu Aug 13 12:18:14 2009 +0200
@@ -291,7 +291,7 @@
         return mainattr, needcheck
 
     def __init__(self, req, rset=None, row=None, col=0):
-        AppObject.__init__(self, req, rset, row, col)
+        AppObject.__init__(self, req, rset=rset, row=row, col=col)
         dict.__init__(self)
         self._related_cache = {}
         if rset is not None: