Fix #962 hide deleted comment from integration search

This commit is contained in:
Kijin Sung 2018-01-12 19:40:09 +09:00
parent a8f2bc9bd4
commit 09f22aa42e
4 changed files with 5 additions and 0 deletions

View file

@ -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);