mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
세미클론 중복 제거.
세미클론의 중복으로 들어간 부분을 제거했습니다.
This commit is contained in:
parent
1a2306137a
commit
e7b629d995
1 changed files with 1 additions and 1 deletions
|
|
@ -2264,7 +2264,7 @@ class memberController extends member
|
|||
$args->password = $args->hashed_password;
|
||||
}
|
||||
|
||||
$output = executeQuery('member.updateMemberPassword', $args);;
|
||||
$output = executeQuery('member.updateMemberPassword', $args);
|
||||
|
||||
$this->_clearMemberCache($args->member_srl);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue