mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Merge branch 'pr/1225' into develop
Conflicts: modules/member/member.controller.php
This commit is contained in:
commit
752f30c3f3
1 changed files with 4 additions and 2 deletions
|
|
@ -2268,8 +2268,6 @@ class memberController extends member
|
|||
*/
|
||||
function updateMemberPassword($args)
|
||||
{
|
||||
$output = executeQuery('member.updateChangePasswordDate', $args);
|
||||
|
||||
if($args->password)
|
||||
{
|
||||
|
||||
|
|
@ -2291,6 +2289,10 @@ class memberController extends member
|
|||
}
|
||||
|
||||
$output = executeQuery('member.updateMemberPassword', $args);
|
||||
if($output->toBool())
|
||||
{
|
||||
$result = executeQuery('member.updateChangePasswordDate', $args);
|
||||
}
|
||||
|
||||
$this->_clearMemberCache($args->member_srl);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue