Skip to content
Snippets Groups Projects
Commit 556deae2 authored by Nicolas Vanhoren's avatar Nicolas Vanhoren
Browse files

Potential problems with request and context

bzr revid: nicolas.vanhoren@openerp.com-20130805145835-6yro8zp4exx3uz8v
parent 38699e04
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ class WebRequest(object):
threading.current_thread().dbname = self.db
if self.session.uid:
threading.current_thread().uid = self.session.uid
self.context = self.session.context
self.context = dict(self.session.context)
self.lang = self.context["lang"]
def _authenticate(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment