1
This commit is contained in:
parent
daa332818a
commit
e56582c66d
@ -1040,9 +1040,8 @@ class UserController extends BaseAuthedController {
|
||||
$fields['is_gain_item'] = 1;
|
||||
}
|
||||
}
|
||||
if ($row && !empty($row['email'])){
|
||||
$fields['email'] = $row['email'];
|
||||
}
|
||||
$fields['email'] = $row['email'];
|
||||
$fields['email_verified'] = $row['email_verified'];
|
||||
|
||||
SqlHelper::upsert
|
||||
($this->_getSelfMysql(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user