summaryrefslogtreecommitdiffstats
path: root/templates/show_album.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_album.inc.php')
-rw-r--r--templates/show_album.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/show_album.inc.php b/templates/show_album.inc.php
index e2f2e069..96b2f6ac 100644
--- a/templates/show_album.inc.php
+++ b/templates/show_album.inc.php
@@ -88,6 +88,7 @@ $title = scrub_out($album->name) . ' (' . $album->year . ')' . $disk .'&nb
Browse::set_simple_browse(1);
Browse::set_filter('album', $album->id);
Browse::set_sort('track','ASC');
+ Browse::reset_total();
Browse::get_objects();
Browse::show_objects();
?>