Commit c6c12053 authored by Ivan Tyagov's avatar Ivan Tyagov

Pass callee kw.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25666 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 94422d7c
......@@ -69,7 +69,7 @@ class IntrospectionTool(BaseTool, LogMixIn):
# call the method implementing it
erp5_menu_item_list = self._getTypeBasedMethod('getERP5MenuItemList',
fallback_script_id='ERP5Site_getERP5MenuItemList')()
fallback_script_id='ERP5Site_getERP5MenuItemList')(**kw)
if downgrade_authenticated_user:
# restore original Security Manager
......
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