Skip to content

Commit e965c22

Browse files
committed
Fix wrong cborm reference
1 parent 01f01b0 commit e965c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interceptors/QBCollector.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ component extends="coldbox.system.Interceptor" {
5252
var logData = {
5353
"timestamp" : arguments.interceptData.timestamp,
5454
"sql" : arguments.interceptData.sql,
55-
"params" : variables.debuggerConfig.cborm.logParams ? arguments.interceptData.bindings : [],
55+
"params" : variables.debuggerConfig.qb.logParams ? arguments.interceptData.bindings : [],
5656
"options" : arguments.interceptData.options,
5757
"executionTime" : arguments.interceptData.executionTime,
5858
"caller" : variables.debuggerService.discoverCallingStack( "get", "QueryBuilder" )

0 commit comments

Comments
 (0)