mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +09:00
엮인글 모듈에서 전체 엮인글 받지 않음 기능 설정하도록 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2272 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
998e5dc57f
commit
402cbb2ba3
10 changed files with 61 additions and 3 deletions
|
|
@ -48,5 +48,18 @@
|
|||
return $output;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 설정 저장
|
||||
**/
|
||||
function procTrackbackAdminInsertConfig() {
|
||||
$config->enable_trackback = Context::get('enable_trackback');
|
||||
if($config->enable_trackback != 'Y') $config->enable_trackback = 'N';
|
||||
|
||||
// module Controller 객체 생성하여 입력
|
||||
$oModuleController = &getController('module');
|
||||
$output = $oModuleController->insertModuleConfig('trackback',$config);
|
||||
return $output;
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue