* 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:
wangyidong
2013-03-05 01:41:16 +00:00
parent 75a7383ff2
commit f4cf1b14fc

View File

@@ -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');