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:
Oliver Bock 2016-01-11 09:48:07 +01:00
parent 03ff02596b
commit 62d73e10e3
1 changed files with 2 additions and 0 deletions

View File

@ -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();