Commit 1cf54d50 authored by Nicolas Delaby's avatar Nicolas Delaby

Typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36900 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 98755f0c
......@@ -900,7 +900,7 @@ class ERP5Conduit(XMLSyncUtilsMixin):
to avoid ambiguity
"""
xpath_expression = original_xpath_expression
get_target_parent = xml.xpath('name()') in self.XUPDATE_INSERT
get_target_parent = subnode.xpath('name()') in self.XUPDATE_INSERT
context = self.getContextFromXpath(object, xpath_expression,
get_target_parent=get_target_parent)
base_xpath_expression = xpath_expression\
......
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