초기 설치시 기본 게시판이 생성되지 않던 버그 수정

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2597 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-09-17 01:01:37 +00:00
parent 65d73dd0a2
commit 3b77704b94

View file

@ -37,6 +37,8 @@
* @brief 모듈 입력
**/
function insertModule($args) {
if(!$args->module_srl) $args->module_srl = 0;
// begin transaction
$oDB = &DB::getInstance();
$oDB->begin();