새글 쓰기 일 경우 댓글쓰기를 기본으로 체크

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3504 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-01-08 08:55:11 +00:00
parent aae2d5398b
commit bf1c149c3d

View file

@ -74,7 +74,7 @@
}
function allowComment() {
if(!$this->isExists()) return false;
if(!$this->isExists()) return true;
return $this->get('allow_comment') == 'Y' ? true : false;
}