mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 05:42:13 +09:00
게시글 item class에서 관련 모듈의 엮인글 설정 확인시 엮인글 전체 설정변수의 값이 null일 경우 Y로 설정하도록 코드 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4156 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
97eddc0cc8
commit
be7aceb7a7
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@
|
|||
// 엮인글 관리 모듈의 사용금지 설정 상태이면 무조건 금지, 그렇지 않으면 개별 체크
|
||||
$oModuleModel = &getModel('module');
|
||||
$trackback_config = $oModuleModel->getModuleConfig('trackback');
|
||||
if(!isset($trackback_config->enable_trackback)) $trackback_config->enable_trackback = 'Y';
|
||||
|
||||
if($trackback_config->enable_trackback != 'Y') $this->allow_trackback_status = false;
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue