updated analytics

This commit is contained in:
kay.one 2012-02-14 18:24:40 -08:00
parent 5c03c873b2
commit 890b8b1c2c
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ namespace NzbDrone.Core.Providers
if (!IsOnMasterBranch())
return;
if (EnviromentProvider.IsNewInstall)
if (EnviromentProvider.RegisterNewInstall)
{
_deskMetricsClient.RegisterInstall();
}