diff --git a/Core/src/org/sleuthkit/autopsy/casemodule/Case.java b/Core/src/org/sleuthkit/autopsy/casemodule/Case.java index 6c1863421f..3248a852e1 100644 --- a/Core/src/org/sleuthkit/autopsy/casemodule/Case.java +++ b/Core/src/org/sleuthkit/autopsy/casemodule/Case.java @@ -1655,8 +1655,9 @@ public class Case implements SleuthkitCase.ErrorObserver { } } - eventPublisher.publish(new AutopsyEvent(Events.REPORT_DELETED.toString(), null, null)); + } + eventPublisher.publish(new AutopsyEvent(Events.REPORT_DELETED.toString(), null, null)); } }