mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
fixed member list_order
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7834 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
65dc12aa6e
commit
85178c65ba
1 changed files with 1 additions and 0 deletions
|
|
@ -540,6 +540,7 @@
|
|||
// 필수 정보들을 미리 추출
|
||||
$args = Context::gets('user_id','user_name','nick_name','homepage','blog','birthday','email_address','password','allow_mailing','find_account_question','find_account_answer');
|
||||
$args->member_srl = getNextSequence();
|
||||
$args->list_order = -1 * $args->member_srl;
|
||||
|
||||
// 넘어온 모든 변수중에서 몇가지 불필요한 것들 삭제
|
||||
$all_args = Context::getRequestVars();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue