I just installed 5.x-1.x-dev from Nov 1 and noticed that the album thumbnail isn't displaying of the thumbnail is from a child album. I have a some albums that only contain other albums and there is no option to set the thumbnail for these to anything other than random.
I worked around this in _acidfree_get_album_thumb() by making a recursive call if the thumbnail we are returning is an album. Patch included.
if ($thumb->type == 'acidfree') {
$thumb = _acidfree_get_album_thumb($thumb);
}
| Comment | File | Size | Author |
|---|---|---|---|
| class_album.inc_.patch | 372 bytes | bkat |
Comments
Comment #1
vhmauery commentedhehe. Yeah, I noticed this last night as well and already had fixed it on my site. I just hadn't committed the fix yet. Fixed in CVS.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.