회원정보 수정시 이름도 수정할 수 있도록 변경

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2306 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-11 05:17:43 +00:00
parent 0e0899fab9
commit 5ccb142547
5 changed files with 7 additions and 3 deletions

View file

@ -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');