Commit 991e80e6 authored by Aurel's avatar Aurel

pass domain parameter to deleteNode method


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43358 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c4b5c81b
......@@ -2243,7 +2243,8 @@ class SynchronizationTool(BaseTool):
#if the object exist:
conduit.deleteNode(xml=data_subnode, object=destination,
object_id=document.getId(),
signature=signature,)
signature=signature,
domain=domain)
subscriber._delObject(gid)
xml_confirmation_list.append(self.SyncMLConfirmation(
cmd_id=cmd_id,
......
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