修改分平台的管理员列表功能
This commit is contained in:
parent
f0f0e639b5
commit
47880eab18
|
@ -119,7 +119,7 @@ class Admin_UserController extends Zend_Controller_Action
|
|||
{
|
||||
$select=$this->db->select();
|
||||
$select->from('users')
|
||||
->where('usertype = ?', 'administrator')
|
||||
->where('usertype = ?', $this->view->config->auth->identifier)
|
||||
->order('users.id desc');
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue