Update call_center_queue_edit.php (#3286)

This commit is contained in:
AlexanderDCrane 2018-08-27 14:46:55 -06:00 committed by FusionPBX
parent 68a6cd7dde
commit 2ee86abd74
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@
if ($row['call_center_agent_uuid'] == $field['call_center_agent_uuid']) {
$selected = "selected=\"selected\"";
}
echo " <option value=\"".$row['call_center_agent_uuid']."\" $selected>".escape($row['agent_name'])."</option>\n";
echo " <option value=\"".escape($row['call_center_agent_uuid'])."\" $selected>".escape($row['agent_name'])."</option>\n";
}
echo " </select>";
echo " </td>\n";