mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
fixed delete member error
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9171 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
527f73b675
commit
1daff9b0f0
2 changed files with 9 additions and 0 deletions
|
|
@ -489,6 +489,12 @@
|
|||
break;
|
||||
}
|
||||
case 'delete':{
|
||||
$oMemberController->memberInfo = null;
|
||||
$output = $oMemberController->deleteMember($member_srl);
|
||||
if(!$output->toBool()) {
|
||||
$oDB->rollback();
|
||||
return $output;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue