Commit 9e539e2f authored by Lucas Carvalho's avatar Lucas Carvalho

Language is not required on the url.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37285 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f15f80b3
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>portal = context.getPortalObject()\n <value> <string>portal = context.getPortalObject()\n
return container.REQUEST.RESPONSE.redirect(\'%s/chat\' % portal.ERP5Site_getTioLiveSiteRootUrl())\n return container.REQUEST.RESPONSE.redirect(\'%s/chat\' % portal.ERP5Site_getTioLiveSiteRootUrl(include_language=0))\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>portal = context.getPortalObject()\n <value> <string>portal = context.getPortalObject()\n
return container.REQUEST.RESPONSE.redirect(\'%s/mail\' % portal.ERP5Site_getTioLiveSiteRootUrl())\n return container.REQUEST.RESPONSE.redirect(\'%s/mail\' % portal.ERP5Site_getTioLiveSiteRootUrl(include_language=0))\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
68 69
\ 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