Commit 1672fb49 authored by Sebastien Robin's avatar Sebastien Robin

fixed typo error


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1168 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent afaa84c1
......@@ -361,7 +361,7 @@ class ERP5Conduit(XMLSyncUtilsMixin):
LOG('updateNode',0,'we will add history')
conflict_list += self.addNode(xml=subnode,object=object,force=force,
simulate=simulate,**kw)
elif keyword in (self.local_role_tag,self.permission_role_tag) and not simulate:
elif keyword in (self.local_role_tag,self.local_permission_tag) and not simulate:
# This is the case where we have to update Roles or update permission
LOG('updateNode',0,'we will add a local role')
#user = self.getSubObjectId(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