Skip to content

Commit e098156

Browse files
committed
File extension
1 parent 6cb913e commit e098156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CacheUpdater/Task.cls.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Check that incoming file is the one you need.</Description>
143143
Set extensions = ",xml,cls,csp,csr,mac,int,bas,inc,gbl,prj,obj,pkg,gof,"
144144
Return:($L(File.name,".")=1) 0 //no extension
145145
Set File.Extension = $P(File.name,".",$L(File.name,"."))
146-
Return $F(extensions,","_File.Extension_",")
146+
Return $F(extensions,","_$ZCVT(File.Extension,"l")_",")
147147
]]></Implementation>
148148
</Method>
149149

0 commit comments

Comments
 (0)