mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 10:56:31 +00:00
Extension - Edit: Update for PHP 8.1
This commit is contained in:
@@ -1471,7 +1471,7 @@
|
||||
$tmp = $row["destination_number"];
|
||||
}
|
||||
if(!empty($tmp)){
|
||||
if ($outbound_caller_id_number == $tmp) {
|
||||
if (!empty($outbound_caller_id_number) && $outbound_caller_id_number == $tmp) {
|
||||
echo " <option value='".escape($tmp)."' selected='selected'>".escape($tmp)."</option>\n";
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user