mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 06:19:09 +01:00
fix typo
This commit is contained in:
parent
85857cae6c
commit
ddb2190927
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user