From 08a3cf6b38fd8fdac3b5f7176133bc1a248bc8fc Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Tue, 3 May 2016 11:54:49 -0400 Subject: Port HPNS from 2.2 to master (#2863) --- utils/license.go | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/license.go') diff --git a/utils/license.go b/utils/license.go index d3654932f..6905bee4f 100644 --- a/utils/license.go +++ b/utils/license.go @@ -124,6 +124,7 @@ func getClientLicense(l *model.License) map[string]string { props["GoogleSSO"] = strconv.FormatBool(*l.Features.GoogleSSO) props["Compliance"] = strconv.FormatBool(*l.Features.Compliance) props["CustomBrand"] = strconv.FormatBool(*l.Features.CustomBrand) + props["MHPNS"] = strconv.FormatBool(*l.Features.MHPNS) props["IssuedAt"] = strconv.FormatInt(l.IssuedAt, 10) props["StartsAt"] = strconv.FormatInt(l.StartsAt, 10) props["ExpiresAt"] = strconv.FormatInt(l.ExpiresAt, 10) -- cgit v1.2.3-1-g7c22