issue #1427 Fix missing thumbnail for TIFF images

Without this, the thumbnail is replaced with unknown MIME icon.
This commit is contained in:
weakset
2022-07-21 18:51:38 +03:00
committed by GitHub
parent 8889f7ffef
commit 815bac7ebc
+1
View File
@@ -172,6 +172,7 @@ while ($row = pwg_db_fetch_assoc($result))
array(
'id'=>$row['image_id'],
'path'=>$row['path'],
'representative_ext'=>$row['representative_ext'],
)
);
if (empty($row['author_id']))