mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
issue #1427 Fix missing thumbnail for TIFF images
Without this, the thumbnail is replaced with unknown MIME icon.
This commit is contained in:
@@ -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']))
|
||||
|
||||
Reference in New Issue
Block a user