mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 03:09:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@452 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bdea44a02b
commit
fa8c6a6df4
1 changed files with 5 additions and 6 deletions
|
|
@ -25,13 +25,12 @@
|
|||
}
|
||||
|
||||
// page 모듈로 모듈 추가
|
||||
$oDB = &DB::getInstance();
|
||||
$oModuleController = &getController('module');
|
||||
|
||||
$args->module_srl = $oDB->getNextSequence();
|
||||
$args->mid = "pagemaker";
|
||||
$args->module = "pagemaker";
|
||||
$oModuleController->insertModule($args);
|
||||
$args->mid = 'pagemaker';
|
||||
$args->module = 'pagemaker';
|
||||
$args->browser_title = 'pagemaker';
|
||||
$args->is_default = 'N';
|
||||
$output = $oModuleController->insertModule($args);
|
||||
|
||||
return new Object();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue