Commit 20e2ec24 authored by Romain Courteaud's avatar Romain Courteaud

Remove useless line.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6454 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 04429920
...@@ -1032,7 +1032,6 @@ class SelectionTool( UniqueObject, SimpleItem ): ...@@ -1032,7 +1032,6 @@ class SelectionTool( UniqueObject, SimpleItem ):
for key in REQUEST.form.keys(): for key in REQUEST.form.keys():
if not isinstance(REQUEST.form[key],FileUpload): if not isinstance(REQUEST.form[key],FileUpload):
pickle_kw[key] = REQUEST.form[key] pickle_kw[key] = REQUEST.form[key]
# self.setCookieInfo(REQUEST, 'GreatCookieNameXXX', **pickle_kw)
self.setCookieInfo(REQUEST, PREVIOUS_REQUEST_COOKIE_NAME, **pickle_kw) self.setCookieInfo(REQUEST, PREVIOUS_REQUEST_COOKIE_NAME, **pickle_kw)
base_category = None base_category = None
......
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