Commit c137cc98 authored by Nicolas Delaby's avatar Nicolas Delaby

Change used method

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14958 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 53c8fd62
......@@ -632,8 +632,7 @@ class SynchronizationTool( SubscriptionSynchronization,
subscriber = conflict.getSubscriber()
publisher_object_path = conflict.getObjectPath()
publisher_object = self.unrestrictedTraverse(publisher_object_path)
publisher_xml = self.getXMLObject(object=publisher_object,
xml_mapping = subscriber.getXMLMapping())
publisher_xml = subscriber.getXMLFromObject(publisher_object)
directory = publisher_object.aq_inner.aq_parent
object_id = self._getCopyId(publisher_object)
# Import the conduit and get it
......
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