- web: suppress warning on cache unlink

svn path=/trunk/boinc/; revision=24152
This commit is contained in:
David Anderson 2011-09-09 16:05:46 +00:00
parent 292995e0cc
commit 61082ca10a
2 changed files with 7 additions and 1 deletions

View File

@ -5763,3 +5763,9 @@ Rom 9 Sept 2011
/
configure.ac
version.h
David 9 Sept 2011
- web: suppress warning on cache unlink
html/inc/
cache.inc

View File

@ -295,7 +295,7 @@ function clear_cache_entry($phpfile, $params) {
return;
}
$path = get_path($params, $phpfile);
unlink($path);
@unlink($path);
}
// Memcached class