Commit 275ce986 authored by Jérome Perrin's avatar Jérome Perrin

undefined name key


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17036 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 10f012f4
......@@ -121,7 +121,7 @@ class SessionTool(BaseTool):
return session
def __setitem__(self, key, item):
session = self._getSessionObject(session_id)
session = self._getSessionObject(key)
session._updatecontext(self)
def newContent(self, id, **kw):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment