Commit 739c5377 authored by Aurel's avatar Aurel

fix typo


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@182 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 859606a5
......@@ -560,7 +560,7 @@ class Application(object):
conn = self.master_conn
conn.lock()
try:
conn.addPacket(Packet.abortTransaction(conn.getNextId(), self.tid))
conn.addPacket(Packet().abortTransaction(conn.getNextId(), self.tid))
finally:
conn.unlock()
......
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