move dollar sign to inside the curly brace (#6991)
This commit is contained in:
parent
968c05374f
commit
c176192c13
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue