Skip to content

Commit 21b6f4a

Browse files
author
Wil de Bruin
committed
typo
1 parent c3aa461 commit 21b6f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interceptors/Security.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ component accessors="true" extends="coldbox.system.Interceptor" {
9898

9999
// prepend them so the don't interfere with MAIN rules
100100
// one by one as I don't see a way to prepend the whole array at once
101-
for ( var i = arguments.settings.rules.len(), i >= 1; i-- ){
101+
for ( var i = arguments.settings.rules.len(); i >= 1; i-- ){
102102
arrayPrepend(
103103
getProperty( "rules" ),
104104
arguments.settings.rules[i]

0 commit comments

Comments
 (0)