mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
초기 게시판 생성시 module_srl 값에 대한 처리를 해주어서 기본 모듈이 생성안되는 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2624 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
69df46cbf1
commit
c9f4bcafd6
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@
|
|||
// board 라는 이름의 모듈이 있는지 확인
|
||||
$module_info = $oModuleModel->getModuleInfoByMid($args->board_name);
|
||||
if($module_info->module_srl) $args->module_srl = $module_info->module_srl;
|
||||
else $args->module_srl = 0;
|
||||
|
||||
// 게시판 controller 생성
|
||||
$oBoardController = &getAdminController('board');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue