mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
회원정보 수정시 이름도 수정할 수 있도록 변경
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2306 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0e0899fab9
commit
5ccb142547
5 changed files with 7 additions and 3 deletions
|
|
@ -591,7 +591,7 @@
|
|||
if(!Context::get('is_logged')) return $this->stop('msg_not_logged');
|
||||
|
||||
// 필수 정보들을 미리 추출
|
||||
$args = Context::gets('nick_name','homepage','blog','birthday','email_address','allow_mailing','allow_message');
|
||||
$args = Context::gets('user_name','nick_name','homepage','blog','birthday','email_address','allow_mailing','allow_message');
|
||||
|
||||
// 로그인 정보
|
||||
$logged_info = Context::get('logged_info');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue