From eaa0c2517fb7bf89972322ed103f77a5111c9846 Mon Sep 17 00:00:00 2001 From: Simon <1095568674@qq.com> Date: Wed, 26 Mar 2025 00:24:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/controller/general/Profile.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/admin/controller/general/Profile.php b/application/admin/controller/general/Profile.php index 63b765c98..aa5fab9aa 100644 --- a/application/admin/controller/general/Profile.php +++ b/application/admin/controller/general/Profile.php @@ -54,7 +54,6 @@ class Profile extends Backend $params, array_flip(array('email', 'nickname', 'password', 'avatar')) )); - unset($v); if (!Validate::is($params['email'], "email")) { $this->error(__("Please input correct email")); } -- Gitee