mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
#18634620 : at integration search module, if module_srl does not exist, unset it
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7227 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dd0a2020ad
commit
23c63662d8
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
|||
$args->search_keyword = $search_keyword;
|
||||
$args->sort_index = 'list_order';
|
||||
$args->order_type = 'asc';
|
||||
if(!$args->module_srl) unset($args->module_srl);
|
||||
|
||||
// 대상 문서들을 가져옴
|
||||
$oDocumentModel = &getModel('document');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue