From 959f98c411ae898b38300ffeda3e1b884d8e3b72 Mon Sep 17 00:00:00 2001 From: Carmen Agimof Date: Tue, 28 Jul 2015 10:00:46 +0100 Subject: [PATCH] Corrects mistake in the Restore Dismissed Updates method. --- XenAdmin/Core/Updates.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XenAdmin/Core/Updates.cs b/XenAdmin/Core/Updates.cs index d47dcf9dc..d869357c4 100644 --- a/XenAdmin/Core/Updates.cs +++ b/XenAdmin/Core/Updates.cs @@ -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); } }