Skip to content

Commit 82e1444

Browse files
committed
fix uppercase CLS
1 parent 1a55cc8 commit 82e1444

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cls/SourceControl/Git/Utils.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2504,6 +2504,7 @@ ClassMethod NameToInternalName(Name, IgnorePercent = 1, IgnoreNonexistent = 1, V
25042504
if (InternalName="") {
25052505
//take our best guess based on the document extension mapped to that subdirectory
25062506
set nam=$piece(nam,".",1,*-1)
2507+
set fileExt = $ZCONVERT(fileExt, "l")
25072508
if (fileExt = "cls" || fileExt = "rtn" || fileExt = "inc") {
25082509
set nam=$replace(nam, ..PercentClassReplace(), "%")
25092510
}

0 commit comments

Comments
 (0)