mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
트랙백 표기 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5122 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3b792c1915
commit
9d8651be66
1 changed files with 1 additions and 2 deletions
|
|
@ -91,10 +91,9 @@
|
||||||
$module_trackback_config = $oModuleModel->getModulePartConfig('trackback', $module_srl);
|
$module_trackback_config = $oModuleModel->getModulePartConfig('trackback', $module_srl);
|
||||||
if(!$module_trackback_config) {
|
if(!$module_trackback_config) {
|
||||||
$trackback_config = $oModuleModel->getModuleConfig('trackback');
|
$trackback_config = $oModuleModel->getModuleConfig('trackback');
|
||||||
$module_trackback_config->enable_trackback = $trackback_config->enable_trackback=='Y'?'Y':'N';
|
$module_trackback_config->enable_trackback = $trackback_config->enable_trackback!='N'?'Y':'N';
|
||||||
}
|
}
|
||||||
$module_trackback_config->module_srl = $module_srl;
|
$module_trackback_config->module_srl = $module_srl;
|
||||||
|
|
||||||
return $module_trackback_config;
|
return $module_trackback_config;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue