comparison mgallery.php @ 254:d536c57fa952

Fix sub-gallery thumbnail images after previous changes.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 12 Dec 2018 14:50:56 +0200
parents 5b41efcec87d
children 371b9ee575b5
comparison
equal deleted inserted replaced
253:5b41efcec87d 254:d536c57fa952
320 } 320 }
321 321
322 $ptmp[] = $galTNPath; 322 $ptmp[] = $galTNPath;
323 $ptmp[] = $curr["image"]; 323 $ptmp[] = $curr["image"];
324 324
325 $atmp = $galImageURL.implode("/", mgCleanPathArray(TRUE, 0, count($ptmp), $ptmp)); 325 $atmp = $galImageURL.implode("/", mgCleanPathArray(TRUE, 0, count($ptmp), $ptmp)).".".$galTNFormat;
326 } 326 }
327 else 327 else
328 // No album cover, use default 328 // No album cover, use default
329 $atmp = $galAlbumIcon; 329 $atmp = $galAlbumIcon;
330 330