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") {