Skip to content

Commit 9a2a895

Browse files
committed
Another revert
1 parent dd7fbb1 commit 9a2a895

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/cbvalidation/models/ValidationManager.cfc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,7 @@ component accessors="true" serialize="false" implements="IValidationManager" sin
150150
for( var key in arguments.rules ){
151151
// if message validators, just ignore
152152
if( reFindNoCase( "Message$", key ) ){ continue; }
153-
// if not in list, ignore
154-
if( !listFindNoCase( variables.validValidators, key ) ){ continue; }
155-
153+
156154
// had to use nasty evaluate until adobe cf get's their act together on invoke.
157155
getValidator( validatorType=key, validationData=arguments.rules[ key ] )
158156
.validate(

0 commit comments

Comments
 (0)