update .che to .cache

This commit is contained in:
mohrt
2001-02-01 20:08:04 +00:00
parent 72ca37bd83
commit 7976e25b7a
4 changed files with 25 additions and 18 deletions
+1 -1
View File
@@ -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);
}
}