mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
#1162 fixed missing transaction.
This commit is contained in:
parent
a355ec4e9c
commit
b7a07b0374
1 changed files with 4 additions and 0 deletions
|
|
@ -1166,6 +1166,8 @@ class memberController extends member
|
|||
$auth_args->member_srl = $member_srl;
|
||||
$auth_args->auth_key = md5(rand(0, 999999));
|
||||
|
||||
$oDB = &DB::getInstance();
|
||||
$oDB->begin();
|
||||
$output = executeQuery('member.updateAuthMail', $auth_args);
|
||||
if(!$output->toBool())
|
||||
{
|
||||
|
|
@ -2435,6 +2437,8 @@ class memberController extends member
|
|||
$auth_args->auth_key = md5(rand(0, 999999));
|
||||
$auth_args->new_password = 'XE_change_emaill_address';
|
||||
|
||||
$oDB = &DB::getInstance();
|
||||
$oDB->begin();
|
||||
$output = executeQuery('member.insertAuthMail', $auth_args);
|
||||
if(!$output->toBool())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue