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.
1 parent b73a9e4 commit 73e8161Copy full SHA for 73e8161
models/DebuggerService.cfc
@@ -576,7 +576,7 @@ component
576
// Do we have template matches or simple function equality?
577
if ( !isNull( templateMatch ) ) {
578
if (
579
- arguments.item.function == targetMethod && refindNoCase(
+ arguments.item.function == targetMethod && reFindNoCase(
580
templateMatch,
581
arguments.item.template
582
)
0 commit comments