From 62d73e10e31d68644726558b750b043a123e1c0a Mon Sep 17 00:00:00 2001 From: Oliver Bock Date: Mon, 11 Jan 2016 09:48:07 +0100 Subject: [PATCH] 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 --- html/inc/result.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/inc/result.inc b/html/inc/result.inc index 8353037169..7d1c228a69 100644 --- a/html/inc/result.inc +++ b/html/inc/result.inc @@ -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();