mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
중복되는 $output 중 하나를 $result로 수정
This commit is contained in:
parent
ceae3b9310
commit
bd1d11b8e6
1 changed files with 1 additions and 1 deletions
|
|
@ -2272,7 +2272,7 @@ class memberController extends member
|
|||
$output = executeQuery('member.updateMemberPassword', $args);;
|
||||
if($output->toBool())
|
||||
{
|
||||
$output = executeQuery('member.updateChangePasswordDate', $args);
|
||||
$result = executeQuery('member.updateChangePasswordDate', $args);
|
||||
}
|
||||
$this->_clearMemberCache($args->member_srl);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue