Skip to content

Commit 73e8161

Browse files
committed
syntax update
1 parent b73a9e4 commit 73e8161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/DebuggerService.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ component
576576
// Do we have template matches or simple function equality?
577577
if ( !isNull( templateMatch ) ) {
578578
if (
579-
arguments.item.function == targetMethod && refindNoCase(
579+
arguments.item.function == targetMethod && reFindNoCase(
580580
templateMatch,
581581
arguments.item.template
582582
)

0 commit comments

Comments
 (0)