mirror of
https://github.com/flarum/framework.git
synced 2025-05-22 22:59:57 +08:00
Anything for Stylecl's green check
This commit is contained in:
@ -116,7 +116,7 @@ class RegisterUserHandler
|
||||
// from the get-go.
|
||||
if (isset($token)) {
|
||||
foreach ($token->payload as $k => $v) {
|
||||
if ($user->$k == "" || !isset($user->$k)) {
|
||||
if ($user->$k == "" || ! isset($user->$k)) {
|
||||
$user->$k = $v;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user