This commit is contained in:
Klaus Leithoff 2011-11-02 14:57:41 +00:00
parent f993bf1051
commit ac061f68f7

View File

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