Index: class_album.inc
===================================================================
--- class_album.inc	(revision 79)
+++ class_album.inc	(working copy)
@@ -171,7 +171,7 @@
     }
     $size = variable_get('acidfree_thumb_dim', IMAGE_THUMB_SIZE) + 40;
     $output .= "<div class='fullslide' style='width: {$size}px;'>\n";
-    $output .= "<div class='folder' onclick='document.location=\"".url($album_link)."\"'>";
+    $output .= "<div class='folder' onclick='document.location=\"".url($album_link, null, null, true)."\"'>";
     // XXX: this empty span is to make IE render vertical alignment correctly
     $output .= "<span></span>\n";
     $output .= $image;
