Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent patrons from logging in on the exact minute of closing time #337
This bug is due to a check for for "truthiness" of the minutes until closing variable. The problem being that 0 is false so we never check to see if it is 0 or less. Instead, we should be checking to see if the variable is defined.
- Loading branch information