From c4442a9eefb6a2daf6d98f281c541a53e8b092a4 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Fri, 7 Sep 2012 07:46:34 +0000 Subject: [PATCH] [-] BO : theme mobile : #PSCFV-3937 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17220 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 782070b68..14939010c 100644 --- a/classes/Context.php +++ b/classes/Context.php @@ -26,7 +26,7 @@ */ if ((bool)Configuration::get('PS_ALLOW_MOBILE_DEVICE')) - include_once(_PS_TOOL_DIR_.'/Mobile_Detect/Mobile_Detect.php'); + require_once(_PS_TOOL_DIR_.'Mobile_Detect/Mobile_Detect.php'); /** * @since 1.5.0