提交 7d8da1a8 编写于 作者: huangxuan258's avatar huangxuan258

修改对接ucenter后后台修改用户密码导致当前登录人密码被改bug

上级 b9b5fa06
......@@ -283,7 +283,7 @@ class Admin_user extends ADMIN_Controller {
}
$_pwd=$this->input->post ( 'password' );
if(!empty($_pwd)){
$this->ucenter_model->uppass ( $this->user ['username'], '',$_pwd, $email,1 );
$this->ucenter_model->uppass ( $username, '',$_pwd, $email,1 );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册