Commit 60b8f8db authored by Gabriel Monnerat's avatar Gabriel Monnerat

fix issue. is needed a context

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45669 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e8a32d62
......@@ -58,7 +58,7 @@ if REQUEST.has_key(\'portal_skin\'):\n
REQUEST.RESPONSE.expireCookie(\'__ac\', path="/")\n
REQUEST.RESPONSE.expireCookie(\'__key\', path="/")\n
\n
return Base_redirect(context.absolute_url())\n
return context.Base_redirect(context.absolute_url())\n
</string> </value>
</item>
<item>
......
365
\ No newline at end of file
366
\ 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