diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-08-19 03:45:47 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-08-19 03:45:47 +0000 |
commit | 8151391c527bdf306562eb8957fd84e23fdf0aeb (patch) | |
tree | de6d8c5e01d58ecfd6426af36600bbdd2d1d7cab /templates/show_artist.inc.php | |
parent | 781d77e558dda2739550b90bbfed9be89fb03ab3 (diff) | |
download | ampache-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.php | 6 |
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); ?> |