mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-04 19:54:14 +02:00
update .che to .cache
This commit is contained in:
@@ -266,7 +266,7 @@ class Smarty
|
||||
while($curr_file = readdir($this->cache_dir)) {
|
||||
if ($curr_file == '.' || $curr_file == '..')
|
||||
continue;
|
||||
if(substr($curr_file,-4) == '.che')
|
||||
if(substr($curr_file,-4) == '.cache')
|
||||
unlink($curr_file);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user