删除多余代码

pull/489/head
Simon 2025-03-26 00:24:46 +08:00
parent 9bdf43e808
commit eaa0c2517f
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"));
}