Commit bd876d4b authored by Christophe Dumez's avatar Christophe Dumez

fixed a param bug in ssl trust and login

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6866 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8a08508b
......@@ -103,7 +103,7 @@ else:\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string></string> </value>
<value> <string>**kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -129,6 +129,7 @@ else:\n
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>kw</string>
<string>_getitem_</string>
<string>_getattr_</string>
<string>context</string>
......
......@@ -105,7 +105,7 @@ else:\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string></string> </value>
<value> <string>**kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -131,6 +131,7 @@ else:\n
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>kw</string>
<string>_getitem_</string>
<string>_getattr_</string>
<string>context</string>
......
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