We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8fa1dd commit a258066Copy full SHA for a258066
models/validators/AuthValidator.cfc
@@ -88,7 +88,7 @@ component singleton threadsafe {
88
}
89
90
// Check Perms
91
- if ( listLen( arguments.permissions ) ) {
+ if ( arrayLen( arguments.permissions ) ) {
92
for ( var thisPermission in arguments.permissions ) {
93
if ( oUser.hasPermission( thisPermission ) ) {
94
results.allow = true;
0 commit comments