mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
글로 바로 접속시 페이지를 잘못 찾던 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4527 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2322147495
commit
c97dca5fda
1 changed files with 1 additions and 1 deletions
|
|
@ -427,7 +427,7 @@
|
|||
// 정렬 형식에 따라서 query args 변경
|
||||
switch($opt->sort_index) {
|
||||
case 'update_order' :
|
||||
if($opt->order_type == 'asc') $args->rev_update_order = $oDocument->get('update_order');
|
||||
if($opt->order_type == 'desc') $args->rev_update_order = $oDocument->get('update_order');
|
||||
else $args->update_order = $oDocument->get('update_order');
|
||||
break;
|
||||
case 'regdate' :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue