mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-16 13:38:26 +00:00
move dollar sign to inside the curly brace (#6991)
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user