* fix bug for no data when batchEdit user.
--This line, and th se below, will be ignored-- M control.php
This commit is contained in:
@@ -372,7 +372,7 @@ class user extends control
|
||||
}
|
||||
elseif($_POST)
|
||||
{
|
||||
$this->user->batchEdit();
|
||||
if($this->post->account) $this->user->batchEdit();
|
||||
die(js::locate($this->createLink('company', 'browse', "deptID=$deptID"), 'parent'));
|
||||
}
|
||||
$this->lang->set('menugroup.user', 'company');
|
||||
|
||||
Reference in New Issue
Block a user