From 2443037f772da0de8f92f096370fc08da0efe87a Mon Sep 17 00:00:00 2001
From: chansizzle <14916599+chansizzle@users.noreply.github.com>
Date: Tue, 24 Sep 2019 16:41:15 -0600
Subject: [PATCH] Update index.php (#4653)
---
core/upgrade/index.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/upgrade/index.php b/core/upgrade/index.php
index be0a5c91ce..dbddbcf339 100644
--- a/core/upgrade/index.php
+++ b/core/upgrade/index.php
@@ -247,7 +247,7 @@
echo "\n";
echo "
";
- if (is_array($_SESSION["response"])) {
+ if (!empty($_SESSION["response"]) && is_array($_SESSION["response"])) {
foreach($_SESSION["response"] as $part => $response){
echo "". $text["label-results"]." - ".$text["label-${part}"]."";
echo "
";