Allow an empty ringback value

This commit is contained in:
FusionPBX 2023-04-07 12:36:20 -06:00 committed by GitHub
parent 1af129b94f
commit b6012976fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ if (!class_exists('ringbacks')) {
//start the select
$select = "<select class='formfld' name='".$name."' id='".$name."' style='width: auto;'>\n";
$select .= " <option value=''></option>\n";
//music list
if (count($this->music_list) > 0) {