Commit 3ebae1cf authored by Aurel's avatar Aurel

still fixing variable name


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@133 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 4240199e
...@@ -452,7 +452,7 @@ class Application(ThreadingMixIn, object): ...@@ -452,7 +452,7 @@ class Application(ThreadingMixIn, object):
raise NEOStorageConflictError raise NEOStorageConflictError
# Store object in tmp cache # Store object in tmp cache
noid, nserial = self.object_stored noid, nserial = self.txn_object_stored
self.txn_data_dict[oid] = ddata self.txn_data_dict[oid] = ddata
......
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