mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1634 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
045223898c
commit
e9549dbd67
2 changed files with 1 additions and 3 deletions
|
|
@ -131,7 +131,7 @@
|
|||
if($args->search_keyword && !$args->search_target) $args->search_target = "title_content";
|
||||
|
||||
// 블로그 카테고리
|
||||
$args->category_srl = $this->category_srl;
|
||||
$args->category_srl = (int)Context::get('category');
|
||||
|
||||
$args->sort_index = 'list_order'; ///< 소팅 값
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue