From 3ad3b6ea501afb1274021faae50f6bac1efb810a Mon Sep 17 00:00:00 2001 From: lLefevre Date: Mon, 1 Oct 2012 14:38:02 +0000 Subject: [PATCH] // Small fix git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17651 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/Context.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Context.php b/classes/Context.php index 37dc756a1..8f4c35fab 100644 --- a/classes/Context.php +++ b/classes/Context.php @@ -121,7 +121,7 @@ class ContextCore $this->mobile_device = true; break; case 2: // Only for touchpads - if ($this->mobile_detect->isTablet() && !$this->mobile_detect->isMobile()) + if ($this->mobile_detect->isTablet() && $this->mobile_detect->isMobile()) $this->mobile_device = true; break; case 3: // For touchpad or mobile devices