mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
minor fix
This commit is contained in:
parent
9520ce02e9
commit
f87737a093
@ -128,7 +128,7 @@ class User implements PublicLogin
|
||||
{
|
||||
$user = new self($data);
|
||||
|
||||
if ($user === null) {
|
||||
if ($user->idUser === null) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user