Pre Merge pull request !489 from simon429/develop

pull/489/MERGE
simon429 2025-03-25 16:25:36 +00:00 committed by Gitee
commit a02f12d638
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"));
}