From 28b504e34ec419dfd795b14da86bff59ca6abd2c Mon Sep 17 00:00:00 2001 From: Jeff Wallace Date: Tue, 15 Oct 2013 12:26:33 -0400 Subject: [PATCH] Fixed wizard property name --- Core/src/org/sleuthkit/autopsy/report/ReportWizardPanel1.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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