forked from extern/egroupware
fix typo
This commit is contained in:
parent
f993bf1051
commit
ac061f68f7
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user