mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +09:00
Fix #1283 do not show comments on secret documents in integration search
This commit is contained in:
parent
49a1c52913
commit
f1c15ab1e1
6 changed files with 29 additions and 25 deletions
|
|
@ -430,8 +430,7 @@ class memberView extends member
|
|||
$args->sort_index = 'list_order';
|
||||
|
||||
$oCommentModel = getModel('comment');
|
||||
$columnList = array('comment_srl', 'document_srl', 'module_srl', 'is_secret', 'status', 'content', 'comments.member_srl', 'comments.nick_name', 'comments.regdate', 'ipaddress', 'voted_count', 'blamed_count');
|
||||
$output = $oCommentModel->getTotalCommentList($args, $columnList);
|
||||
$output = $oCommentModel->getTotalCommentList($args);
|
||||
Context::set('total_count', $output->total_count);
|
||||
Context::set('total_page', $output->total_page);
|
||||
Context::set('page', $output->page);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue