From fb77707d607dddeb8990864d78c02a8d701841c6 Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Wed, 27 Jan 2021 18:10:16 +0800 Subject: [PATCH] ok --- application/controllers/cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/cache.php b/application/controllers/cache.php index 0f81dbae..101a8e3a 100644 --- a/application/controllers/cache.php +++ b/application/controllers/cache.php @@ -26,7 +26,7 @@ class Cache extends CI_Controller $this->load->model('Area_model'); $this->load->model('InfoStructures_model'); $this->load->model('Information_model'); - $this->site_code = $this->input->get('site_code') || $this->config->item('site_code'); + $this->site_code = $this->input->get('site_code') or $this->config->item('site_code'); } /**