mirror of
https://github.com/flarum/framework.git
synced 2024-12-01 14:20:47 +08:00
Anything for Stylecl's green check
This commit is contained in:
parent
af36ef3fa9
commit
8e90d9f9e2
|
@ -116,7 +116,7 @@ class RegisterUserHandler
|
||||||
// from the get-go.
|
// from the get-go.
|
||||||
if (isset($token)) {
|
if (isset($token)) {
|
||||||
foreach ($token->payload as $k => $v) {
|
foreach ($token->payload as $k => $v) {
|
||||||
if ($user->$k == "" || !isset($user->$k)) {
|
if ($user->$k == "" || ! isset($user->$k)) {
|
||||||
$user->$k = $v;
|
$user->$k = $v;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user