Update extension_edit.php
This commit is contained in:
parent
dba831c190
commit
09ec7b1a65
|
|
@ -1523,8 +1523,9 @@
|
||||||
echo "</td>\n";
|
echo "</td>\n";
|
||||||
echo "<td width=\"70%\" class='vtable' align='left'>\n";
|
echo "<td width=\"70%\" class='vtable' align='left'>\n";
|
||||||
require_once "app/music_on_hold/resources/classes/switch_music_on_hold.php";
|
require_once "app/music_on_hold/resources/classes/switch_music_on_hold.php";
|
||||||
|
$options = '';
|
||||||
$moh = new switch_music_on_hold;
|
$moh = new switch_music_on_hold;
|
||||||
echo $moh->select('hold_music', $hold_music);
|
echo $moh->select('hold_music', $hold_music, $options);
|
||||||
echo " <br />\n";
|
echo " <br />\n";
|
||||||
echo $text['description-hold_music']."\n";
|
echo $text['description-hold_music']."\n";
|
||||||
echo "</td>\n";
|
echo "</td>\n";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue