From f1acaa03fba9caa7b356ad104d5c87b5c0655cfd Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Thu, 26 Feb 2009 14:46:07 +0000 Subject: [PATCH] Added LOCALIZER request variable to cache git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25727 20353a03-c40f-0410-a6d1-a30d3c3de9de --- bt5/erp5_web/PathTemplateItem/web_section_ram_cache.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/bt5/erp5_web/PathTemplateItem/web_section_ram_cache.xml b/bt5/erp5_web/PathTemplateItem/web_section_ram_cache.xml index 7b30397a98..a6c676b52d 100644 --- a/bt5/erp5_web/PathTemplateItem/web_section_ram_cache.xml +++ b/bt5/erp5_web/PathTemplateItem/web_section_ram_cache.xml @@ -29,6 +29,7 @@ <key> <string>request_vars</string> </key> <value> <tuple> + <string>LOCALIZER_LANGUAGE</string> <string>current_web_section_url</string> </tuple> </value> -- 2.30.9