CP-12679: Upload the report from the Server Status Report wizard

- fix the error when the upload is attempted even if the checkbox is not ticked
This commit is contained in:
Mihaela Stoica 2015-08-20 13:20:35 +01:00
parent 93610007b7
commit 998c037bd3

View File

@ -116,7 +116,7 @@ namespace XenAdmin.Wizards.BugToolWizardFiles
{
get
{
return uploadCheckBox.Enabled;
return uploadCheckBox.Checked;
}
}