mirror of https://github.com/BOINC/boinc.git
- update_versions: eliminate PHP warnings when no version.xml file
svn path=/trunk/boinc/; revision=25596
This commit is contained in:
parent
f6ac59104b
commit
6041cb40f9
|
@ -3480,3 +3480,9 @@ Rom 24 Apr 2012
|
||||||
win_build/installerv2/redist/Windows/x64/
|
win_build/installerv2/redist/Windows/x64/
|
||||||
boinccas.dll
|
boinccas.dll
|
||||||
boinccas95.dll
|
boinccas95.dll
|
||||||
|
|
||||||
|
David 24 Apr 2012
|
||||||
|
- update_versions: eliminate PHP warnings when no version.xml file
|
||||||
|
|
||||||
|
tools/
|
||||||
|
update_versions
|
||||||
|
|
|
@ -379,6 +379,9 @@ function process_version($a, $v, $p) {
|
||||||
} else {
|
} else {
|
||||||
$vers = null;
|
$vers = null;
|
||||||
$vers->files = array();
|
$vers->files = array();
|
||||||
|
$vers->dont_throttle = false;
|
||||||
|
$vers->needs_network = false;
|
||||||
|
$vers->file_prefix = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
$fds = process_files($a, $v, $p, $vers->files);
|
$fds = process_files($a, $v, $p, $vers->files);
|
||||||
|
|
Loading…
Reference in New Issue