mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
RSS 등록일 기준으로 정렬
This commit is contained in:
parent
8c65f7c022
commit
12048bf4d0
1 changed files with 2 additions and 2 deletions
|
|
@ -141,8 +141,8 @@ class rssView extends rss
|
|||
$args->page = $page > 0 ? $page : 1;
|
||||
$args->module_srl = implode(',', array_keys($target_modules));
|
||||
$args->list_count = $config->feed_document_count;
|
||||
$args->sort_index = 'list_order';
|
||||
$args->order_type = 'asc';
|
||||
$args->sort_index = 'regdate';
|
||||
$args->order_type = 'desc';
|
||||
$document_list = getModel('document')->getDocumentList($args)->data;
|
||||
}
|
||||
Context::set('document_list', $document_list);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue