summaryrefslogtreecommitdiffstats
path: root/app/security_update_check.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/security_update_check.go')
-rw-r--r--app/security_update_check.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/security_update_check.go b/app/security_update_check.go
index dc26e59b2..1f1759fef 100644
--- a/app/security_update_check.go
+++ b/app/security_update_check.go
@@ -42,7 +42,7 @@ func (a *App) DoSecurityUpdateCheck() {
v := url.Values{}
- v.Set(PROP_SECURITY_ID, utils.CfgDiagnosticId)
+ v.Set(PROP_SECURITY_ID, a.DiagnosticId())
v.Set(PROP_SECURITY_BUILD, model.CurrentVersion+"."+model.BuildNumber)
v.Set(PROP_SECURITY_ENTERPRISE_READY, model.BuildEnterpriseReady)
v.Set(PROP_SECURITY_DATABASE, *a.Config().SqlSettings.DriverName)