Time Conditions - Edit: Mitigate PHP 8.x warnings.

This commit is contained in:
fusionate
2024-05-13 11:22:32 -06:00
parent 69524a5162
commit e81220d997
3 changed files with 10 additions and 10 deletions

View File

@@ -826,8 +826,8 @@
$xml .= "</extension>\n";
}
//add to the dialplanss
$dialplans[$previous_dialplan_uuid] = $xml;
//add to the dialplans
$dialplans[$previous_dialplan_uuid] = $xml ?? '';
$xml = '';
$dialplan_tag_status = "closed";
@@ -1039,7 +1039,7 @@
//set the xml array and then concatenate the array to a string
//$xml .= " </context>\n";
///$xml .= " </section>\n";
//$xml .= " </section>\n";
//$xml .= "</document>\n";
} //end if source = details