HTML: Make platforms accessible to Drupal by declaring it as global

This commit is contained in:
Oliver Bock 2016-01-13 15:55:39 +01:00
parent fe5104706e
commit 74b33e4dfc
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ require_once("../inc/common_defs.inc");
//
global $apps;
global $app_versions;
global $platforms;
$apps = array();
$app_versions = array();
$platforms = array();