diff --git a/bt5/erp5_web/PathTemplateItem/web_section_ram_cache.xml b/bt5/erp5_web/PathTemplateItem/web_section_ram_cache.xml index a6c676b52d07145bcbfeb3fb9b5f91ea6bd5e636..a2b6da6a17308bbe14d1263626db417db5484c7e 100644 --- a/bt5/erp5_web/PathTemplateItem/web_section_ram_cache.xml +++ b/bt5/erp5_web/PathTemplateItem/web_section_ram_cache.xml @@ -29,8 +29,8 @@ <key> <string>request_vars</string> </key> <value> <tuple> - <string>LOCALIZER_LANGUAGE</string> <string>current_web_section_url</string> + <string>web_site_language</string> </tuple> </value> </item> diff --git a/bt5/erp5_web/PathTemplateItem/web_section_user_ram_cache.xml b/bt5/erp5_web/PathTemplateItem/web_section_user_ram_cache.xml index fb875a63866c829c998fc8c9de40c1d754fe469a..7d245e5459fbd557ce9ca45fb57ae63aeffc89e1 100644 --- a/bt5/erp5_web/PathTemplateItem/web_section_user_ram_cache.xml +++ b/bt5/erp5_web/PathTemplateItem/web_section_user_ram_cache.xml @@ -30,8 +30,8 @@ <value> <tuple> <string>AUTHENTICATED_USER</string> - <string>LOCALIZER_LANGUAGE</string> <string>current_web_section_url</string> + <string>web_site_language</string> </tuple> </value> </item> diff --git a/bt5/erp5_web/PathTemplateItem/web_site_ram_cache.xml b/bt5/erp5_web/PathTemplateItem/web_site_ram_cache.xml index 2aadedda5ae3763e3e51d649e14b4218726b0ab9..2b4265917463102389786538a94fdb5dfdb987b9 100644 --- a/bt5/erp5_web/PathTemplateItem/web_site_ram_cache.xml +++ b/bt5/erp5_web/PathTemplateItem/web_site_ram_cache.xml @@ -29,8 +29,8 @@ <key> <string>request_vars</string> </key> <value> <tuple> - <string>LOCALIZER_LANGUAGE</string> <string>current_web_site_url</string> + <string>web_site_language</string> </tuple> </value> </item> diff --git a/bt5/erp5_web/PathTemplateItem/web_site_user_ram_cache.xml b/bt5/erp5_web/PathTemplateItem/web_site_user_ram_cache.xml index 6db2e54ffb2adbc6d77f27272289e6586ee5adc2..8b22f366353e1b21ebc746c8758bb6108f9b5653 100644 --- a/bt5/erp5_web/PathTemplateItem/web_site_user_ram_cache.xml +++ b/bt5/erp5_web/PathTemplateItem/web_site_user_ram_cache.xml @@ -30,8 +30,8 @@ <value> <tuple> <string>AUTHENTICATED_USER</string> - <string>LOCALIZER_LANGUAGE</string> <string>current_web_site_url</string> + <string>web_site_language</string> </tuple> </value> </item> diff --git a/bt5/erp5_web/bt/revision b/bt5/erp5_web/bt/revision index bbc7758aa49b1d3dea60e3644254c6bd755c5088..3e90fddabaf3ace09fc53f55094d2b34274bb759 100644 --- a/bt5/erp5_web/bt/revision +++ b/bt5/erp5_web/bt/revision @@ -1 +1 @@ -832 \ No newline at end of file +833 \ No newline at end of file