Skip to content

Commit 23eac9f

Browse files
committed
Add missing comma
1 parent 0c259c1 commit 23eac9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cbvalidation/models/ValidationManager.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ component accessors="true" serialize="false" implements="IValidationManager" sin
175175
validationResult = results,
176176
target = arguments.target,
177177
field = arguments.field,
178-
targetValue = invoke( arguments.target, "get" & arguments.field )
178+
targetValue = invoke( arguments.target, "get" & arguments.field ),
179179
validationData = arguments.rules[ key ]
180180
);
181181

0 commit comments

Comments
 (0)