Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue: No Ticket For checkStaffPerm()
This addresses an issue where there may be no `$ticket` available which makes the `checkStaffPerm()` check fatally fail. This adds a check for `$ticket` before checking the permissions. If no Ticket exists then we set `Access Denied` error.
- Loading branch information