diff --git a/Core/src/org/sleuthkit/autopsy/report/ReportWizardPanel1.java b/Core/src/org/sleuthkit/autopsy/report/ReportWizardPanel1.java index ebd0c13e21..17671d7624 100644 --- a/Core/src/org/sleuthkit/autopsy/report/ReportWizardPanel1.java +++ b/Core/src/org/sleuthkit/autopsy/report/ReportWizardPanel1.java @@ -110,7 +110,7 @@ public class ReportWizardPanel1 implements WizardDescriptor.FinishablePanel generals = getComponent().getGeneralModuleStates(); wiz.putProperty("tableModuleStates", tables); wiz.putProperty("generalModuleStates", generals); - wiz.putProperty("fileListModuleStates", getComponent().getFileModuleStates()); + wiz.putProperty("fileModuleStates", getComponent().getFileModuleStates()); // Store preferences that WizardIterator will use to determine what // panels need to be shown