mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 13:02:15 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@94 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bc1b8c03f9
commit
f90c269325
1 changed files with 8 additions and 7 deletions
|
|
@ -435,16 +435,17 @@
|
||||||
/**
|
/**
|
||||||
* @brief 게시판 관리 목록 보여줌
|
* @brief 게시판 관리 목록 보여줌
|
||||||
**/
|
**/
|
||||||
function dispContent() {
|
function dispAdminContent() {
|
||||||
// module_srl이 있으면 미리 체크하여 존재하는 모듈이면 module_info 세팅
|
// module_srl이 있으면 미리 체크하여 존재하는 모듈이면 module_info 세팅
|
||||||
$module_srl = Context::get('module_srl');
|
$module_srl = Context::get('module_srl');
|
||||||
if($module_srl) {
|
if($module_srl) {
|
||||||
$oModule = getModule('module_manager');
|
$oModule = getModule('module_manager');
|
||||||
$module_info = $oModule->getModuleInfoByModuleSrl($module_srl);
|
$module_info = $oModule->getModuleInfoByModuleSrl($module_srl);
|
||||||
if(!$module_info) {
|
if(!$module_info) {
|
||||||
Context::set('module_srl','');
|
Context::set('module_srl','');
|
||||||
$this->act = 'dispContent';
|
$this->act = 'dispContent';
|
||||||
} else Context::set('module_info',$module_info);
|
} else Context::set('module_info',$module_info);
|
||||||
|
}
|
||||||
|
|
||||||
// 등록된 board 모듈을 불러와 세팅
|
// 등록된 board 모듈을 불러와 세팅
|
||||||
$oDB = &DB::getInstance();
|
$oDB = &DB::getInstance();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue