diff --git a/Core/src/org/sleuthkit/autopsy/report/PortableCaseReportModule.java b/Core/src/org/sleuthkit/autopsy/report/PortableCaseReportModule.java index 58ab831f48..7ab4eb5b06 100644 --- a/Core/src/org/sleuthkit/autopsy/report/PortableCaseReportModule.java +++ b/Core/src/org/sleuthkit/autopsy/report/PortableCaseReportModule.java @@ -1041,7 +1041,7 @@ public class PortableCaseReportModule implements ReportModule { void updateInterestingItems(boolean saveInterestingFiles, boolean saveInterestingResults) { this.saveInterestingFiles = saveInterestingFiles; - this.saveInterestingResults = saveInterestingFiles; + this.saveInterestingResults = saveInterestingResults; } void updateTagNames(List tagNames) {