mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #962 hide deleted comment from integration search
This commit is contained in:
parent
a8f2bc9bd4
commit
09f22aa42e
4 changed files with 5 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ class integration_searchModel extends module
|
|||
$args->is_secret = 'N';
|
||||
$args->sort_index = 'list_order';
|
||||
$args->order_type = 'asc';
|
||||
$args->statusList = array(1);
|
||||
// Get a list of documents
|
||||
$oCommentModel = getModel('comment');
|
||||
$output = $oCommentModel->getTotalCommentList($args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue