From 7d8da1a80afb078a134c6117e42ece33e9d1f0de Mon Sep 17 00:00:00 2001 From: whatsns <617035918@qq.com> Date: Sun, 12 Jul 2020 18:21:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=B9=E6=8E=A5ucenter?= =?UTF-8?q?=E5=90=8E=E5=90=8E=E5=8F=B0=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E5=AF=BC=E8=87=B4=E5=BD=93=E5=89=8D=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E4=BA=BA=E5=AF=86=E7=A0=81=E8=A2=AB=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/Admin/Admin_user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Admin/Admin_user.php b/application/controllers/Admin/Admin_user.php index 8ecc3eb..8b5a273 100644 --- a/application/controllers/Admin/Admin_user.php +++ b/application/controllers/Admin/Admin_user.php @@ -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 ); } -- GitLab