diff --git a/library/includes/cache/file.php b/library/includes/cache/file.php index 8538d22c..71aea56e 100644 --- a/library/includes/cache/file.php +++ b/library/includes/cache/file.php @@ -20,7 +20,7 @@ class cache_file extends cache_common { $filename = $this->dir . clean_filename($this->prefix . $name) . '.php'; - $this->cur_query = "cache->set('$name')"; + $this->cur_query = "cache->get('$name')"; $this->debug('start'); if (file_exists($filename))