Update extension_edit.php

Fix a warning for music on hold.
This commit is contained in:
FusionPBX 2017-01-18 10:37:04 -07:00 committed by GitHub
parent 3835477219
commit 7b47ee638c
1 changed files with 1 additions and 1 deletions

View File

@ -1807,7 +1807,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
echo "<td width=\"70%\" class='vtable' align='left'>\n";
require_once "app/music_on_hold/resources/classes/switch_music_on_hold.php";
$moh = new switch_music_on_hold;
echo $moh->select('hold_music', $hold_music);
echo $moh->select('hold_music', $hold_music, '');
echo " <br />\n";
echo $text['description-hold_music']."\n";
echo "</td>\n";