Commit 98b26ca3 authored by Vincent Pelletier's avatar Vincent Pelletier

Update a forgotten caller of _updateInternalRelatedContent.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12569 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9d9391d2
......@@ -414,8 +414,8 @@ class CopyContainer:
previous_path = self.getRelativeUrl().split('/')
previous_path[-1] = self._v_previous_id
self._updateInternalRelatedContent(local_self=self,
path=previous_path,
self._updateInternalRelatedContent(object=self,
path_item_list=previous_path,
new_id=self.id)
#### Helper methods
......
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