From 267f5280401ec10892041c8810c48acf7242817c Mon Sep 17 00:00:00 2001 From: z0rglub Date: Sat, 17 Jan 2004 23:18:01 +0000 Subject: bug-1_3_0-010 : in picture.php, the previous src picture use two slashes instead of only one [corrected] git-svn-id: http://piwigo.org/svn/branches/release-1_3@288 68402e56-0260-453c-a942-63ccdbb3a9ee --- picture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'picture.php') 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'].' : '; -- cgit v1.2.3