mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@377 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9647184962
commit
f613ad1941
2 changed files with 3 additions and 3 deletions
|
|
@ -100,8 +100,8 @@
|
|||
$oMemberController->insertAdmin($admin_info);
|
||||
|
||||
// 금지 아이디 등록 (기본 + 모듈명)
|
||||
$oAdminModel = &getModel('admin');
|
||||
$module_list = $oAdminModel->getModuleList();
|
||||
$oModuleModel = &getModel('module');
|
||||
$module_list = $oModuleModel->getModuleList();
|
||||
foreach($module_list as $key => $val) {
|
||||
$oMemberController->insertDeniedID($val->module,'');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue