*[misc] modify user ajaxGetOldContact function.

This commit is contained in:
songchenxuan
2024-09-09 13:50:40 +08:00
committed by 周鑫
parent 92af8dae70
commit 0fa475ba77
+1 -1
View File
@@ -1072,7 +1072,7 @@ class user extends control
{
$contactList = $this->user->getContactLists();
if(empty($contactList)) return false;
return print(html::select('contactListMenu', $contactList, '', "class='form-control' onchange=\"setMailto('$dropdownName', this.value)\""));
return print(html::select('contactListMenu', array('' => '') + $contactList, '', "class='form-control' onchange=\"setMailto('$dropdownName', this.value)\""));
}
/**