mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
issue 1439 integration search within 'PUBLIC' status document
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10109 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9faccbf41f
commit
c33c2e43fa
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@
|
|||
$args->search_keyword = $search_keyword;
|
||||
$args->sort_index = 'list_order';
|
||||
$args->order_type = 'asc';
|
||||
$args->statusList = array('PUBLIC');
|
||||
if(!$args->module_srl) unset($args->module_srl);
|
||||
// Get a list of documents
|
||||
$oDocumentModel = &getModel('document');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue