minor fix
This commit is contained in:
parent
9520ce02e9
commit
f87737a093
|
@ -128,7 +128,7 @@ class User implements PublicLogin
|
||||||
{
|
{
|
||||||
$user = new self($data);
|
$user = new self($data);
|
||||||
|
|
||||||
if ($user === null) {
|
if ($user->idUser === null) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue