fix spell error
This commit is contained in:
parent
c06a5d8508
commit
0eeba0747c
|
@ -42,7 +42,7 @@ class Users extends \Zend_Controller_Plugin_Abstract
|
|||
{
|
||||
$this->usertype = array(
|
||||
'普通会员' => 'member',
|
||||
$this->config->auth->groupname => $this->config->auth->indentifier
|
||||
$this->config->auth->groupname => $this->config->auth->identifier
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue