mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 12:22:15 +09:00
Merge branch 'develop' of github.com:xpressengine/xe-core into develop
This commit is contained in:
commit
bcf2187c24
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