Skip to content

Commit

Permalink
Added a fix for LDEV-3145 (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmitrah authored Apr 1, 2021
1 parent 90ff000 commit 7da16eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/cfml/context/admin/debugging.logs.detail.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<cfset c=structKeyExists(entry,'custom')?entry.custom:{}>
</cfif>
<cfset c.scopes=false>
<cfset driver.output(c,log,"admin")>
<cfset driver.output(c,duplicate(log),"admin")>
<cfelse>
Debug Data no longer available
</cfif>
Expand Down

0 comments on commit 7da16eb

Please sign in to comment.