Commit 49ae9594 authored by Sebastien Robin's avatar Sebastien Robin

a typo error was introtucted


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1197 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9999469d
......@@ -223,7 +223,7 @@ class XMLSyncUtilsMixin(SyncCode):
elif hasattr(object,'manage_FTPget'):
xml_method = getattr(object,'manage_FTPget')
if xml_method is not None:
xml += xml_method()
xml = xml_method()
return xml
def getSessionId(self, xml):
......
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