Commit 0f483468 authored by Vincent Pelletier's avatar Vincent Pelletier

Update caller of ERP5XhtmlStyle_redirect.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10860 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8616bedb
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>kw.update(context.REQUEST.form)\n <value> <string>kw.update(context.REQUEST.form)\n
return context.ERP5XhtmlStyle_redirect(context.absolute_url(), keep_items={\'portal_status_message\': \'"Nothing" action is done.\'}, **kw)\n return context.ERP5Site_redirect(context.absolute_url(), keep_items={\'portal_status_message\': \'"Nothing" action is done.\'}, **kw)\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
103 106
\ No newline at end of file \ 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