Skip to content

Commit

Permalink
Merge pull request #891 from sejin7940/member_list
Browse files Browse the repository at this point in the history
관리자 회원목록 페이지에서,  이메일이 이중으로 중복 출력되는 버그 수정
  • Loading branch information
akasima committed Aug 13, 2014
2 parents 6de223b + da63917 commit 5ca223e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/member/member.admin.view.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function dispMemberAdminList()
}
}
$config = $this->memberConfig;
$memberIdentifiers = array('email_address'=>'email_address', 'user_id'=>'user_id', 'user_name'=>'user_name', 'nick_name'=>'nick_name');
$memberIdentifiers = array('user_id'=>'user_id', 'user_name'=>'user_name', 'nick_name'=>'nick_name');
$usedIdentifiers = array();

if(is_array($config->signupForm))
Expand Down

0 comments on commit 5ca223e

Please sign in to comment.