Commit 3d71786a authored by Jérome Perrin's avatar Jérome Perrin

Don't remove deprecated ToolInit's product_name parameter yet, because

we still want to support CMF 1.4.2



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7527 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6593fce7
......@@ -860,7 +860,7 @@ def initializeProduct( context,
if len(tools) > 0:
utils.ToolInit('%s Tool' % product_name,
tools=tools,
# product_name=product_name,
product_name=product_name,
icon='tool.png',
).initialize( context )
......
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