Skip to content

Commit bfc73a4

Browse files
committed
Safe get for empty setting
1 parent a385714 commit bfc73a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MDX2JSON/Users.cls.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Get <b>App</b> configuration for <b>User</b>]]></Description>
3434
zn "%SYS"
3535
set st =##class(Security.Users).Get(User,.Properties)
3636
zn ns
37-
return $lg(Properties("Attributes",App))
37+
return $lg($g(Properties("Attributes",App)))
3838
]]></Implementation>
3939
</Method>
4040

0 commit comments

Comments
 (0)