Commit a247e128 authored by Nicolas Delaby's avatar Nicolas Delaby

initialise format variable too

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32312 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f673739c
......@@ -76,6 +76,7 @@ def addDialogIfNeeded(url):\n
\n
# try to get format parameter if exists\n
parameter_kw = {}\n
format = \'\'\n
if len(action_list) > 1:\n
parameter_list = action.split(\'?\')[1]\n
parameter_tuple_list = [tuple(tuple_parameter.split(\'=\')) for tuple_parameter in parameter_list.split(\'&\')]\n
......
893
\ No newline at end of file
894
\ 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