move dollar sign to inside the curly brace (#6991)

This commit is contained in:
frytimo
2024-06-03 16:32:19 -03:00
committed by GitHub
parent 968c05374f
commit c176192c13

View File

@@ -444,7 +444,7 @@
echo "<br /><br />";
if (!empty($_SESSION["response"]) && is_array($_SESSION["response"])) {
foreach($_SESSION["response"] as $part => $response){
echo "<b>".$text["label-results"]." - ".$text["label-${part}"];
echo "<b>".$text["label-results"]." - ".$text["label-{$part}"];
echo "</b><br /><br />";
$error_found = false;
if ($part == "optional_apps") {