删除多余代码

pull/515/head
Simon 2025-03-26 00:24:46 +08:00 committed by Karson
parent d0ddb8a2d4
commit 57468badd8
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"));
}