aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorlaurent.duretz <laurent.duretz@piwigo.org>2007-07-25 19:03:01 +0000
committerlaurent.duretz <laurent.duretz@piwigo.org>2007-07-25 19:03:01 +0000
commit18072ce5e6a4a34cccd45919876dea51279ccf42 (patch)
tree2adbd3fc8a8871e12be5d45435fe3f87fe928c53 /tools
parent8d50ba3facbfe3aedb0f87f47dfbd3b902cd7f76 (diff)
Issue 0000727: create_listing_file.php n'assigne pas la miniature aux fichiers non images
git-svn-id: http://piwigo.org/svn/trunk@2075 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'tools')
-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 != '')
{