[fix] broken one of the most important functionalities

bzr revid: nicolas.vanhoren@openerp.com-20110826140745-0vjk3ygu32di4tti
This commit is contained in:
niv-openerp 2011-08-26 16:07:45 +02:00
parent c4d8acabba
commit e03849bb35
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ class WebClient(openerpweb.Controller):
return content
@openerpweb.httprequest
def home(self, req, s_action=None):
def home(self, req, s_action=None, **kw):
# script tags
jslist = ['/base/webclient/js']
if req.debug: