diff --git a/system/includes/functions.php b/system/includes/functions.php index 786a73e..295d5c4 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -2383,7 +2383,7 @@ EOF; // File cache function file_cache($request) { - if (config('cache.off')) return; + if (config('cache.off') == 'true') return; $c = str_replace('/', '#', str_replace('?', '~', $request)); $cachefile = 'cache/page/' . $c . '.cache';