Browse Source
Fixed an issue with is_allowed that would cause it to return true if the permission name passed in did not exist and the user had access to permission ID 1. Changed get_perm_id() to return NULL instead of FALSE. This fixed the above issue.develop
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue