forgot to replace this

This commit is contained in:
Shish 2009-11-15 12:09:09 +00:00
parent 7f47c594c8
commit 6818e598e5

View File

@ -830,7 +830,7 @@ function _start_cache() {
if(!file_exists(dirname($_cache_filename))) {
mkdir(dirname($_cache_filename), 0750, true);
}
if(file_exists($_cache_filename) && (filemtime($cachename) > time() - 3600)) {
if(file_exists($_cache_filename) && (filemtime($_cache_filename) > time() - 3600)) {
$gmdate_mod = gmdate('D, d M Y H:i:s', filemtime($_cache_filename)) . ' GMT';
if(isset($_SERVER["HTTP_IF_MODIFIED_SINCE"])) {