Commit 0126dc3d authored by Julien Muchembled's avatar Julien Muchembled

Fix typo in ERP5Site_checkDataWithScript (cf r21497).


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21498 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fc353968
......@@ -120,7 +120,7 @@ if depth == maximum_depth and id_list:\n
# Create an activity to update active_process,\n
# in order to prevent conflict errors.\n
activate(active_process=active_process, priority=2) \\\n
.Base_asActiveResult(title=relative_url, error_list=error_list)\n
.Base_makeActiveResult(title=relative_url, error_list=error_list)\n
else:\n
if id_list is None:\n
if full or not getattr(document, \'isHBTree\', lambda: 0)():\n
......
841
\ No newline at end of file
842
\ No newline at end of file
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