This commit is contained in:
Klaus Leithoff 2011-11-02 14:59:31 +00:00
parent a80521e321
commit 3f33be98e1

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);
}