summaryrefslogtreecommitdiffstats
path: root/templates/show_artist.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-08-19 03:45:47 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-08-19 03:45:47 +0000
commit8151391c527bdf306562eb8957fd84e23fdf0aeb (patch)
treede6d8c5e01d58ecfd6426af36600bbdd2d1d7cab /templates/show_artist.inc.php
parent781d77e558dda2739550b90bbfed9be89fb03ab3 (diff)
downloadampache-8151391c527bdf306562eb8957fd84e23fdf0aeb.tar.gz
ampache-8151391c527bdf306562eb8957fd84e23fdf0aeb.tar.bz2
ampache-8151391c527bdf306562eb8957fd84e23fdf0aeb.zip
fix single album and artist views, corrected get_total() from show_objects()
Diffstat (limited to 'templates/show_artist.inc.php')
-rw-r--r--templates/show_artist.inc.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/templates/show_artist.inc.php b/templates/show_artist.inc.php
index 1d6906a6..84e200a0 100644
--- a/templates/show_artist.inc.php
+++ b/templates/show_artist.inc.php
@@ -58,9 +58,7 @@ if (Config::get('ratings')) {
</div>
<?php show_box_bottom(); ?>
<?php
- Browse::reset_filters();
Browse::set_type($object_type);
- Browse::set_static_content(1);
- Browse::save_objects($object_ids);
- Browse::show_objects();
+ Browse::reset();
+ Browse::show_objects($object_ids);
?>