diff options
-rw-r--r-- | tools/create_listing_file.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/create_listing_file.php b/tools/create_listing_file.php index 2a6bf3779..273e38209 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 != '') { |