changeset 2890 | fdcb8a2bb6eb |
parent 2819 | b864288fd316 |
child 3230 | 1d25e928c299 |
--- a/web/action.py Mon Aug 17 20:02:25 2009 +0200 +++ b/web/action.py Mon Aug 17 20:02:57 2009 +0200 @@ -53,7 +53,7 @@ id = None def __init__(self, req, rset, title, path, **kwargs): - Action.__init__(self, req, rset) + Action.__init__(self, req, rset=rset) self.title = req._(title) self._path = path self.__dict__.update(kwargs)