[-] BO : fix #PSCFV-3874

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17153 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-09-03 15:50:44 +00:00
parent 4559e93222
commit 3b929f100c
+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');