* Fix bug #20090.
This commit is contained in:
@@ -662,6 +662,11 @@ class user extends control
|
||||
if($this->post->account) $this->user->batchEdit();
|
||||
return print(js::locate($this->session->userList ? $this->session->userList : $this->createLink('company', 'browse', "deptID=$deptID"), 'parent'));
|
||||
}
|
||||
else
|
||||
{
|
||||
return print(js::locate($this->session->userList ? $this->session->userList : $this->createLink('company', 'browse', "deptID=$deptID"), 'parent'));
|
||||
}
|
||||
|
||||
$this->lang->user->menu = $this->lang->company->menu;
|
||||
$this->lang->user->menuOrder = $this->lang->company->menuOrder;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user