git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3541 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2008-01-18 09:52:44 +00:00
parent ea2a464abb
commit cab6ea5673

View file

@ -370,6 +370,7 @@
function getComments() {
if(!$this->allowComment() || !$this->getCommentCount()) return;
if(!$this->isGranted() && $this->isSecret()) return;
$oCommentModel = &getModel('comment');
$output = $oCommentModel->getCommentList($this->document_srl, $is_admin);