* save session when browse users.

This commit is contained in:
zhujinyong
2013-02-19 02:31:01 +00:00
parent c598612884
commit 37676cb51d
+1 -2
View File
@@ -51,8 +51,7 @@ class company extends control
$this->company->setMenu($deptID);
/* Save session. */
$this->session->set('usersParam', $param);
$this->session->set('usersType', $type);
$this->session->set('userList', $this->app->getURI(true));
/* Set the pager. */
$this->app->loadClass('pager', $static = true);