fix spell error

This commit is contained in:
wlx 2014-06-11 08:35:37 +00:00
parent c06a5d8508
commit 0eeba0747c
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class Users extends \Zend_Controller_Plugin_Abstract
{ {
$this->usertype = array( $this->usertype = array(
'普通会员' => 'member', '普通会员' => 'member',
$this->config->auth->groupname => $this->config->auth->indentifier $this->config->auth->groupname => $this->config->auth->identifier
); );
} }