mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-13 07:22:13 +09:00
자동 로그인 프로세스에서 ID의 대소문자에 의해 비정상 동작 하는 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7025 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
da821fff66
commit
71e8dbc0c9
2 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue