aboutsummaryrefslogtreecommitdiffstats
path: root/tools/create_listing_file.php
diff options
context:
space:
mode:
Diffstat (limited to 'tools/create_listing_file.php')
-rw-r--r--tools/create_listing_file.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/create_listing_file.php b/tools/create_listing_file.php
index e13bbe5de..1a5316aad 100644
--- a/tools/create_listing_file.php
+++ b/tools/create_listing_file.php
@@ -777,6 +777,7 @@ function pwg_scan_file($file_full, &$line)
else
{
// Here we scan a non picture file : thumbnail and high are unused, representative is optionnal
+ $element['tn_ext'] = pwg_get_thumbnail_ext($file_dir, $file_short, $file_ext, $log);
$ext = pwg_get_representative_ext($file_dir, $file_short);
if ($ext != '')
{