mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fix foc config setting
This commit is contained in:
@@ -35,7 +35,7 @@ class Dxcluster_model extends CI_Model {
|
||||
$this->load->helper(array('psr4_autoloader'));
|
||||
|
||||
// Check if file caching is enabled in config
|
||||
$cache_enabled = $this->config->item('enable_dxcluster_file_cache') === false;
|
||||
$cache_enabled = $this->config->item('enable_dxcluster_file_cache') === true;
|
||||
|
||||
// Only load cache driver if caching is enabled
|
||||
if ($cache_enabled) {
|
||||
|
||||
Reference in New Issue
Block a user