Skip to content

Commit 8f754e8

Browse files
committed
[FIX] Installer bug
1 parent 610066d commit 8f754e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cls/kutac/monitor/utils/Installer.cls.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ do ##class(kutac.monitor.utils.Installer).setup(.pVars)</Description>
125125
new $Namespace
126126
set $Namespace = "%SYS"
127127
128-
set tApplication = ##class(Security.Applications).%OpenId("/csp/"_$ZCONVERT(namespace, "L")_"/",,.tSC)
128+
set tApplication = ##class(Security.Applications).%OpenId("/csp/"_$ZCONVERT(namespace, "L"),,.tSC)
129129
if $$$ISERR(tSC) {
130130
quit
131131
}

0 commit comments

Comments
 (0)