From 281645a2242baf621b956f3974a94f129ca20ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Thu, 1 Apr 2021 14:54:13 +0800 Subject: [PATCH] fix --- application/helpers/info_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/helpers/info_helper.php b/application/helpers/info_helper.php index f68bfcee..71e52c41 100644 --- a/application/helpers/info_helper.php +++ b/application/helpers/info_helper.php @@ -103,7 +103,7 @@ function is_mobile_first() { $CI = &get_instance(); $sitecode = $CI->config->item('site_code'); - if ($sitecode == 'ch' || $sitecode == 'ah' || $sitecode='chinatravel') { + if ($sitecode == 'ch' || $sitecode == 'ah' || $sitecode=='chinatravel') { return true; } else { return false;