Update call_block_edit.php

This commit is contained in:
FusionPBX 2019-10-28 14:15:10 -06:00 committed by GitHub
parent 84a5218259
commit b5b3d89079
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
echo " <select class='formfld' name='extension_uuid'>\n";
echo " <option value=''></option>\n";
echo " <option value=''>".$text['label-all']."</option>\n";
if (is_array($extensions) && sizeof($extensions) != 0) {
foreach ($extensions as $row) {
$selected = $extension_uuid == $row['extension_uuid'] ? "selected='selected'" : null;