mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
새글 쓰기 일 경우 댓글쓰기를 기본으로 체크
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3504 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
aae2d5398b
commit
bf1c149c3d
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
function allowComment() {
|
function allowComment() {
|
||||||
if(!$this->isExists()) return false;
|
if(!$this->isExists()) return true;
|
||||||
|
|
||||||
return $this->get('allow_comment') == 'Y' ? true : false;
|
return $this->get('allow_comment') == 'Y' ? true : false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue