mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
Corrects mistake in the Restore Dismissed Updates method.
This commit is contained in:
parent
182307963f
commit
959f98c411
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user