// Small fix

This commit is contained in:
lLefevre
2012-10-01 14:38:02 +00:00
parent 146a00d1f7
commit d798aebbdd
+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->isMobile())
if ($this->mobile_detect->isTablet() && $this->mobile_detect->isMobile())
$this->mobile_device = true;
break;
case 3: // For touchpad or mobile devices