mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
최근게시물 위젯에서 대상을 지정하지 않을 경우 전체 모듈을 대상으로 동작되도록 코드 수정. NineTail님 건의
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2402 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9e835a06a6
commit
6b94e35f53
1 changed files with 2 additions and 1 deletions
|
|
@ -34,7 +34,8 @@
|
|||
}
|
||||
|
||||
// DocumentModel::getDocumentList()를 이용하기 위한 변수 정리
|
||||
$obj->module_srl = implode(',',$module_srl);
|
||||
if(is_array($module_srl)) $obj->module_srl = implode(',',$module_srl);
|
||||
else $obj->module_srl = $module_srl;
|
||||
$obj->sort_index = $order_target;
|
||||
$obj->order_type = $order_type=="desc"?"asc":"desc";
|
||||
$obj->list_count = $list_count;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue