From 8ca960b127e36a0cf4fc7c353cb5ff6e3a420c81 Mon Sep 17 00:00:00 2001 From: fusionate Date: Mon, 13 May 2024 12:22:01 -0600 Subject: [PATCH] Upgrade - Source: Mitigate PHP 8.x warning. --- core/upgrade/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/upgrade/index.php b/core/upgrade/index.php index 1c8fac9b15..4016d9a363 100644 --- a/core/upgrade/index.php +++ b/core/upgrade/index.php @@ -444,6 +444,7 @@ foreach($_SESSION["response"] as $part => $response){ echo "".$text["label-results"]." - ".$text["label-${part}"]; echo "

"; + $error_found = false; if ($part == "optional_apps") { foreach ($response as $app_name => $app_response) { echo "".$app_name."
\n";