Corrects mistake in the Restore Dismissed Updates method.

This commit is contained in:
Carmen Agimof 2015-07-28 10:00:46 +01:00
parent 182307963f
commit 959f98c411

View File

@ -409,7 +409,7 @@ namespace XenAdmin.Core
}
if (other_config.ContainsKey(IgnoreServerAction.LAST_SEEN_SERVER_VERSION_KEY))
{
other_config.Remove(IgnorePatchAction.IgnorePatchKey);
other_config.Remove(IgnoreServerAction.LAST_SEEN_SERVER_VERSION_KEY);
}
}