Commit 03a391e1 authored by Aurel's avatar Aurel

fix method call


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@142 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent a324452e
......@@ -477,7 +477,7 @@ class ServiceEventHandler(MasterEventHandler):
p.notifyTransactionFinished(t.getMessageId(), tid)
c.addPacket(p)
else:
p.invalidateObjects(c.getNextId(), t.getOidList())
p.invalidateObjects(c.getNextId(), t.getOIDList())
c.addPacket(p)
elif isinstance(node, StorageNode):
if uuid in t.getUUIDSet():
......
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