This commit is contained in:
Klaus Leithoff 2011-11-02 14:59:27 +00:00
parent 85857cae6c
commit ddb2190927

View File

@ -120,7 +120,7 @@ class egw_cache_files implements egw_cache_provider
//error_log(__METHOD__.'('.array2string($keys).") file_exists('$fname') == FALSE!");
return false;
}
if (file_exists($$fname_expiration=$fname.self::EXPIRATION_EXTENSION))
if (file_exists($fname_expiration=$fname.self::EXPIRATION_EXTENSION))
{
unlink($fname_expiration);
}