Fixed typo in file cache (#78)

torrentpier/torrentpier#596
This commit is contained in:
Roman Kelesidis 2023-04-01 00:03:35 +07:00 committed by GitHub
parent 4eb7884f29
commit 2062ecc2ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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))