mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
r3468 롤백
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3470 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2b5b3c749c
commit
7c18ef7a11
1 changed files with 1 additions and 5 deletions
|
|
@ -76,11 +76,7 @@
|
|||
}
|
||||
|
||||
function allowTrackback() {
|
||||
$module_srl = Context::get('module_srl');
|
||||
$oTrackbackModel = &getModel('trackback');
|
||||
$module_config = &$oTrackbackModel->getTrackbackModuleConfig($module_srl);
|
||||
if($module_config->enable_trackback == 'Y' && $this->get('allow_trackback') == 'Y' && $this->isExists()) return true;
|
||||
return false;
|
||||
return $this->get('allow_trackback') == 'Y' || !$this->isExists() ? true : false;
|
||||
}
|
||||
|
||||
function isLocked() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue