[-] BO : fix #PSCFV-3874

This commit is contained in:
lLefevre
2012-09-03 15:50:44 +00:00
parent 051e43e282
commit 50c080b07b
+1 -1
View File
@@ -250,7 +250,7 @@ class FrontControllerCore extends Controller
}
// Check mobile context
if (Tools::isSubmit('no_mobile'))
if (Tools::isSubmit('no_mobile_theme'))
$this->context->cookie->no_mobile = true;
$locale = strtolower(Configuration::get('PS_LOCALE_LANGUAGE')).'_'.strtoupper(Configuration::get('PS_LOCALE_COUNTRY').'.UTF-8');