Skip to content

Commit

Permalink
removed "thumb\" subdir addition
Browse files Browse the repository at this point in the history
Category Image Thumb sub-folder now directly added by function liste_photos
  • Loading branch information
BadPixxel committed Sep 30, 2014
1 parent d6c8f65 commit f178aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/categories/photos.php
Expand Up @@ -241,7 +241,7 @@
// Si fichier vignette disponible, on l'utilise, sinon on utilise photo origine
if ($obj['photo_vignette'])
{
$filename='thumbs/'.$obj['photo_vignette'];
$filename=$obj['photo_vignette'];
}
else
{
Expand Down

0 comments on commit f178aa6

Please sign in to comment.