Skip to content

Commit

Permalink
[FIX] Installer bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MakarovS96 committed Apr 11, 2017
1 parent 610066d commit 8f754e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cls/kutac/monitor/utils/Installer.cls.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ do ##class(kutac.monitor.utils.Installer).setup(.pVars)</Description>
new $Namespace
set $Namespace = "%SYS"
set tApplication = ##class(Security.Applications).%OpenId("/csp/"_$ZCONVERT(namespace, "L")_"/",,.tSC)
set tApplication = ##class(Security.Applications).%OpenId("/csp/"_$ZCONVERT(namespace, "L"),,.tSC)
if $$$ISERR(tSC) {
quit
}
Expand Down

0 comments on commit 8f754e8

Please sign in to comment.