diff options
Diffstat (limited to 'picture.php')
-rw-r--r-- | picture.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/picture.php b/picture.php index a862af03b..06d57ed27 100644 --- a/picture.php +++ b/picture.php @@ -243,7 +243,7 @@ if ( $page['num'] >= 1 ) $cat_directory = $array_cat_directories[$row['storage_category_id']]; $file = substr( $row['file'], 0, strrpos ( $row['file'], '.' ) ); - $lien_thumbnail = $cat_directory.'/thumbnail/'; + $lien_thumbnail = $cat_directory.'thumbnail/'; $lien_thumbnail.= $conf['prefix_thumbnail'].$file.".".$row['tn_ext']; $prev_title = $lang['previous_image'].' : '; |