mirror of https://github.com/BOINC/boinc.git
Merge pull request #1464 from brevilo/fix-regression-d4dec27
Fix regression in d4dec27
This commit is contained in:
commit
85ab367894
|
@ -22,6 +22,8 @@ require_once("../inc/common_defs.inc");
|
|||
|
||||
// used by app_version_string(), see below
|
||||
//
|
||||
global $apps;
|
||||
global $app_versions;
|
||||
$apps = array();
|
||||
$app_versions = array();
|
||||
$platforms = array();
|
||||
|
|
Loading…
Reference in New Issue