Commit 63add40d authored by Nicolas Delaby's avatar Nicolas Delaby

return xml

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15132 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6c2a4409
......@@ -1326,7 +1326,7 @@ class XMLSyncUtils(XMLSyncUtilsMixin):
xml_list = xml_list,
has_status_list = has_status_list,
has_response = has_response )
return {'has_response':1}
return {'has_response':1, 'xml':''}
else:
result = self.getSyncMLData(domain=domain,
remote_xml=remote_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