mirror of https://github.com/BOINC/boinc.git
Fix regression in d4dec27
* Added still required code that was removed without apparent reason
* If in doubt about a code's purpose, please check the history first
* Original commit: 8be519a
This commit is contained in:
parent
03ff02596b
commit
62d73e10e3
|
@ -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