// Small fix

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17649 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-10-01 14:21:25 +00:00
parent b7fec2c3e5
commit 1096d7dc44
+1 -1
View File
@@ -121,7 +121,7 @@ class ContextCore
$this->mobile_device = true;
break;
case 2: // Only for touchpads
if ($this->mobile_detect->isTablet() && !$this->mobile_detect->is_mobile())
if ($this->mobile_detect->isTablet() && !$this->mobile_detect->isMobile())
$this->mobile_device = true;
break;
case 3: // For touchpad or mobile devices