Merge pull request #585 from agimofcarmen/CP-13030

Corrects mistake in the Restore Dismissed Updates method.
This commit is contained in:
Mihaela Stoica 2015-07-28 11:24:48 +01:00
commit b92e954c37

View File

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