* Format code

This commit is contained in:
滔哥
2017-12-13 21:31:35 +08:00
parent 2f966a1d9d
commit 3697775a1a
+1 -1
View File
@@ -455,7 +455,7 @@ class my extends control
$this->view->lists = $lists;
$this->view->listID = $listID;
$this->view->users = $this->user->getPairs('noletter|noempty|noclosed|noclosed');
$this->view->disabled = $disabled;
$this->view->disabled = $disabled;
$this->view->globalContacts = $globalContacts;
$this->display();
}