mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
*** empty log message ***
git-svn-id: http://piwigo.org/svn/trunk@19 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -53,7 +53,7 @@ function TN_exists( $dir, $file )
|
||||
|
||||
$filename = get_filename_wo_extension( $file );
|
||||
foreach ( $conf['picture_ext'] as $ext ) {
|
||||
$test = $dir.'/thumbnail/'.$conf['prefixe_thumbnail'].$filename.'.'.$ext;
|
||||
$test = $dir.'/thumbnail/'.$conf['prefix_thumbnail'].$filename.'.'.$ext;
|
||||
if ( is_file ( $test ) )
|
||||
{
|
||||
return $ext;
|
||||
|
||||
Reference in New Issue
Block a user