mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-09 18:18:22 +00:00
Fix the label for the custom select destination.
This commit is contained in:
@@ -224,7 +224,9 @@ class destinations {
|
||||
}
|
||||
}
|
||||
if (!$select_found) {
|
||||
$response .= " <option value='".$select_value."' selected='selected'>".trim($select_label)."</option>\n";
|
||||
$destination_label = str_replace(":", " ", $destination_value);
|
||||
$destination_label = str_replace("menu-exec-app:", " ", $destination_label);
|
||||
$response .= " <option value='".$destination_value."' selected='selected'>".trim($destination_label)."</option>\n";
|
||||
}
|
||||
$response .= " </select>\n";
|
||||
if (if_group("superadmin")) {
|
||||
|
||||
Reference in New Issue
Block a user