Skip to content

Commit

Permalink
lastVisit returns _false_ in case the user never logged in before (ez…
Browse files Browse the repository at this point in the history
  • Loading branch information
pkamps authored Jun 5, 2019
1 parent fb20bee commit e471f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/classes/datatypes/ezuser/ezuser.php
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,7 @@ function lastVisit()
}
else
{
return time();
return false;
}
}

Expand Down

0 comments on commit e471f8e

Please sign in to comment.