#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

@ -78,10 +78,6 @@
}
}
// module_srl이 없으면 sequence값으로 미리 구해 놓음
if(!$module_srl) $module_srl = getNextSequence();
Context::set('module_srl',$module_srl);
// 레이아웃 목록을 구해옴
$oLayoutMode = &getModel('layout');
$layout_list = $oLayoutMode->getLayoutList();