mirror of
https://github.com/flarum/framework.git
synced 2024-11-28 20:16:08 +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.
|
||||
if (isset($token)) {
|
||||
foreach ($token->payload as $k => $v) {
|
||||
if ($user->$k == "" || !isset($user->$k)) {
|
||||
if ($user->$k == "" || ! isset($user->$k)) {
|
||||
$user->$k = $v;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user