Anything for Stylecl's green check

This commit is contained in:
Davis 2016-09-13 05:55:00 -05:00 committed by GitHub
parent af36ef3fa9
commit 8e90d9f9e2

View File

@ -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;
}
}