mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-19 09:35:04 +00:00
MOH: Restore 'Default' label in select box.
This commit is contained in:
@@ -56,7 +56,7 @@ include "root.php";
|
||||
|
||||
//add multi-lingual support
|
||||
$language = new text;
|
||||
$text = $language->get();
|
||||
$text = $language->get($_SESSION['domain']['language']['code'], 'app/music_on_hold');
|
||||
|
||||
//start the select
|
||||
$select = " <select class='formfld' name='".$this->select_name."' id='".$this->select_name."' style='width: auto;'>\n";
|
||||
|
||||
Reference in New Issue
Block a user