fixed bug

master
ELF 5 years ago
parent 9e609c9278
commit 1df8bd454f

@ -358,7 +358,7 @@ function think_ucenter_md5($str, $key = 'ThinkUCenter'){
$info['password']= (empty($pwd) || $pwd==$oldpwd)?$oldpwd:$pwd; $info['password']= (empty($pwd) || $pwd==$oldpwd)?$oldpwd:$pwd;
$info['second_pwd']= (empty($spwd) || $spwd==$oldspwd)?$oldspwd:$spwd; $info['second_pwd']= (empty($spwd) || $spwd==$oldspwd)?$oldspwd:$spwd;
$info['email']=$_POST['email']; $info['email']=$_POST['email'];
$info['mobile']=$_POST['mobile']; $info['mobile']=isset($_POST['mobile'])?$_POST['mobile']:'';
$ss['group_id']=$_POST['auth']; $ss['group_id']=$_POST['auth'];
$ss['houtai']=$_POST['houtai']; $ss['houtai']=$_POST['houtai'];
$smember=$Member->where($map)->save($info); $smember=$Member->where($map)->save($info);

Loading…
Cancel
Save