web/views/basecomponents.py
changeset 6437 d88be69179b8
parent 6429 72669e7950c1
child 6462 9586590060d4
--- a/web/views/basecomponents.py	Mon Oct 11 11:02:27 2010 +0200
+++ b/web/views/basecomponents.py	Mon Oct 11 12:03:12 2010 +0200
@@ -125,8 +125,9 @@
     def call(self):
         self.w(self._html % (self._cw._('login / password'),
                              self.loginboxid, self._cw._('i18n_login_popup')))
-        self.wview('logform', rset=self.cw_rset, id=self.loginboxid,
-                   klass='%s hidden' % self.loginboxid, title=False, showmessage=False)
+        self.view('logform', rset=self.cw_rset, id=self.loginboxid,
+                  klass='%s hidden' % self.loginboxid, title=False, showmessage=False,
+                  w=self.w)
 
 
 class HTTPLoginComponent(CookieLoginComponent):