From c176192c13650886ee8d32f65e38016bb8fa0437 Mon Sep 17 00:00:00 2001 From: frytimo Date: Mon, 3 Jun 2024 16:32:19 -0300 Subject: [PATCH] move dollar sign to inside the curly brace (#6991) --- 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 ed8ff1da80..2912372ba5 100644 --- a/core/upgrade/index.php +++ b/core/upgrade/index.php @@ -444,7 +444,7 @@ echo "

"; if (!empty($_SESSION["response"]) && is_array($_SESSION["response"])) { foreach($_SESSION["response"] as $part => $response){ - echo "".$text["label-results"]." - ".$text["label-${part}"]; + echo "".$text["label-results"]." - ".$text["label-{$part}"]; echo "

"; $error_found = false; if ($part == "optional_apps") {