* Code for task #5306.

This commit is contained in:
Yagami
2019-02-26 15:24:26 +08:00
parent efe734f04a
commit 21ed530fee
+1 -1
View File
@@ -72,7 +72,7 @@ class company extends control
/* Get users. */
$users = $this->company->getUsers($type, $queryID, $deptID, $sort, $pager);
/* Remove passwd. */
foreach($users as $user) $user->password = '';
foreach($users as $user) unset($user->password);
/* Assign. */
$this->view->title = $this->lang->company->index . $this->lang->colon . $this->lang->dept->common;