lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit 6146164a authored by Yoshinori Okuji's avatar Yoshinori Okuji

Pass context correctly.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13825 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 35e7e84c
......@@ -93,4 +93,4 @@ def getTransactionalVariable(context):
return instance
except AttributeError:
transactional_variable_pool.instance = TransactionalVariable()
return getTransactionalVariable()
return getTransactionalVariable(context)
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