From eb28c3b3bba631328ab42ba7e16ac726b4baba74 Mon Sep 17 00:00:00 2001 From: mayue Date: Thu, 30 Dec 2021 16:57:20 +0800 Subject: [PATCH] * Optimize code. --- module/my/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/my/control.php b/module/my/control.php index f1679c4fa1..e2c77704f6 100644 --- a/module/my/control.php +++ b/module/my/control.php @@ -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();