mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
fix not working clearing of cache for files backend
This commit is contained in:
@@ -152,7 +152,7 @@ class egw_cache_files extends egw_cache_provider_check implements egw_cache_prov
|
||||
}
|
||||
else
|
||||
{
|
||||
if (!unlink($path.'/'.$file)) return false;
|
||||
if (!unlink($file)) return false;
|
||||
}
|
||||
}
|
||||
return rmdir($path);
|
||||
|
Reference in New Issue
Block a user