mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-20 02:42:23 +09:00
#19592189 회원관리 "설명" 업데이트 버그 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8159 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e2f2ee80d6
commit
4d3988ab4e
1 changed files with 1 additions and 0 deletions
|
|
@ -1781,6 +1781,7 @@
|
|||
else $args->password = $member_info->password;
|
||||
if(!$args->user_name) $args->user_name = $member_info->user_name;
|
||||
|
||||
if(!$args->description) $args->description = '';
|
||||
$output = executeQuery('member.updateMember', $args);
|
||||
if(!$output->toBool()) {
|
||||
$oDB->rollback();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue