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@3541 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ea2a464abb
commit
cab6ea5673
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue