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.
2 parents e9b4f27 + 00f11f3 commit 8abb537Copy full SHA for 8abb537
modules/cbvalidation/models/result/ValidationResult.cfc
@@ -98,7 +98,7 @@ component accessors="true" implements="cbvalidation.models.result.IValidationRes
98
* Get a new error object
99
*/
100
IValidationError function newError( struct properties ){
101
- return duplicate( errorTemplate ).configure(argumentCollection=arguments);
+ return duplicate( errorTemplate ).configure(argumentCollection=properties);
102
}
103
104
/**
0 commit comments