ct-mobile-first
LMR 5 years ago
parent 5081097a6c
commit b956bf7452

@ -26,7 +26,7 @@ class Cache extends CI_Controller
$this->load->model('Area_model'); $this->load->model('Area_model');
$this->load->model('InfoStructures_model'); $this->load->model('InfoStructures_model');
$this->load->model('Information_model'); $this->load->model('Information_model');
$this->site_code = $this->config->item('site_code'); $this->site_code = $this->input->get('site_code') || $this->config->item('site_code');
} }
/** /**

Loading…
Cancel
Save