mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Merge pull request #1297 from qw5414/updatepasswd
memberController::updateMemberPassword 의 $output 정보가될 부분의 세미클론 중복.
This commit is contained in:
commit
77d096687d
1 changed files with 1 additions and 1 deletions
|
|
@ -2286,7 +2286,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