mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
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
This commit is contained in:
@@ -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 != '')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user