mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Merge pull request #1844 from BasisOlivers/aut-1882
Fixed bug in reports
This commit is contained in:
commit
d7f8657a2a
@ -1841,6 +1841,7 @@ class ReportGenerator {
|
||||
AbstractFile file = skCase.getAbstractFileById(getObjectID());
|
||||
if (file != null) {
|
||||
orderedRowData.add(file.getName());
|
||||
orderedRowData.add(file.getNameExtension());
|
||||
String mimeType = file.getMIMEType();
|
||||
if(mimeType == null) {
|
||||
orderedRowData.add("");
|
||||
|
Loading…
x
Reference in New Issue
Block a user