mirror of
https://github.com/flarum/framework.git
synced 2024-12-02 23:23:52 +08:00
Anything for Stylecl's green check
This commit is contained in:
parent
01762a17d8
commit
521d85ab05
|
@ -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