Update switch_music_on_hold.php

This commit is contained in:
FusionPBX
2017-11-21 20:28:22 -07:00
committed by GitHub
parent 74e6fdabd7
commit 3e39cc1e91

View File

@@ -61,7 +61,7 @@ include "root.php";
//music on hold
$music_list = $this->get();
if (count($music_list) > 0) {
$select .= " <optgroup value=''>\n";
$select .= " <option value=''>\n";
$select .= " <optgroup label='".$text['label-music_on_hold']."'>\n";
$previous_name = '';
foreach($music_list as $row) {