Update index.php (#4653)

This commit is contained in:
chansizzle 2019-09-24 16:41:15 -06:00 committed by FusionPBX
parent 5d2099a80b
commit 2443037f77
1 changed files with 1 additions and 1 deletions

View File

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