mirror of https://github.com/BOINC/boinc.git
- web: suppress warning on cache unlink
svn path=/trunk/boinc/; revision=24152
This commit is contained in:
parent
292995e0cc
commit
61082ca10a
|
@ -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
|
||||
|
|
|
@ -295,7 +295,7 @@ function clear_cache_entry($phpfile, $params) {
|
|||
return;
|
||||
}
|
||||
$path = get_path($params, $phpfile);
|
||||
unlink($path);
|
||||
@unlink($path);
|
||||
}
|
||||
|
||||
// Memcached class
|
||||
|
|
Loading…
Reference in New Issue