!489 删除多余代码

Merge pull request !489 from simon429/develop
pull/488/MERGE
Karson 2025-06-26 09:01:33 +00:00 committed by Gitee
commit 8880e2ee5f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 0 additions and 1 deletions

View File

@ -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"));
}