#18069686 * 외부페이지 생성할 수 없는 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6530 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2009-06-12 10:25:32 +00:00
parent 8cd407cf08
commit 15259cb9e4
3 changed files with 1 additions and 6 deletions

View file

@ -35,6 +35,7 @@
// module_srl의 값에 따라 insert/update
if(!$args->module_srl) {
$args->module_srl = getNextSequence();
$output = $oModuleController->insertModule($args);
$msg_code = 'success_registed';
} else {