Commit e234299f authored by Sebastien Robin's avatar Sebastien Robin

return the path for getSubscriberDocumentPath instead of the document itself


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@851 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 39cc1b1c
...@@ -165,7 +165,7 @@ class Conflict(SyncCode, Implicit): ...@@ -165,7 +165,7 @@ class Conflict(SyncCode, Implicit):
to keep the local version of this object to keep the local version of this object
""" """
p_sync = getToolByName(self,'portal_synchronizations') p_sync = getToolByName(self,'portal_synchronizations')
return p_sync.getSubscriberDocument(self) return p_sync.getSubscriberDocumentPath(self)
def applySubscriberDocument(self): def applySubscriberDocument(self):
""" """
......
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