Commit 38e13663 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix script parameter definition.

It is called from only one other script, which always passes both parameters.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44452 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6ec8d37d
......@@ -67,7 +67,7 @@ return None\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>resource_id=None, portal_type</string> </value>
<value> <string>resource_id, portal_type</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......
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