* Optimize code.

This commit is contained in:
mayue
2021-12-30 16:57:20 +08:00
parent eb9389db3a
commit eb28c3b3bb
+1
View File
@@ -974,6 +974,7 @@ class my extends control
*/
public function buildContactLists($dropdownName = 'mailto')
{
var_dump($dropdownName);
$this->view->contactLists = $this->user->getContactLists($this->app->user->account, 'withnote');
$this->view->dropdownName = $dropdownName;
$this->display();