자동 로그인 프로세스에서 ID의 대소문자에 의해 비정상 동작 하는 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7025 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-12-10 12:44:06 +00:00
parent da821fff66
commit 71e8dbc0c9
2 changed files with 3 additions and 3 deletions

View file

@ -75,7 +75,7 @@
}
Context::set('selected_group', $selected_group);
Context::set('default_grant', $default_grant);
Context::set('module_srl', $module_srl);
// 현재 모듈에 설정된 관리자 아이디를 추출
$admin_member = $oModuleModel->getAdminId($module_srl);
Context::set('admin_member', $admin_member);