mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
r17486319 플래닛 모듈이 생성되어 있지 않을 경우 확인하여 생성하도록 하여 플래닛 생성시 이미 등록된 모듈이라는 잘못된 오류 메세지가 나오지 않도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4983 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d408705a9a
commit
9cfe6241aa
2 changed files with 15 additions and 11 deletions
|
|
@ -37,12 +37,6 @@
|
|||
$args->skin = 'xe_planet';
|
||||
$args->is_default = 'N';
|
||||
$args->mid = 'planet';
|
||||
$idx = 0;
|
||||
while(true) {
|
||||
$_o = executeQuery('module.getMidInfo', $args);
|
||||
if(!$_o->data) break;
|
||||
$idx = $idx + 1;
|
||||
}
|
||||
$args->module_srl = getNextSequence();
|
||||
$output = $oModuleController->insertModule($args);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue