diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-05-27 13:29:33 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-05-27 13:29:33 +0000 |
commit | 384e42bf81635832cc5a033b84e8350b6409b444 (patch) | |
tree | 602d3d9e2a1c5896f0af9d77ed9da11276c417b9 /templates/show_artist.inc.php | |
parent | 99496ce46b725515701696fe8150754cabf1ac40 (diff) | |
download | ampache-384e42bf81635832cc5a033b84e8350b6409b444.tar.gz ampache-384e42bf81635832cc5a033b84e8350b6409b444.tar.bz2 ampache-384e42bf81635832cc5a033b84e8350b6409b444.zip |
fix the show artists page, broken when I removed the box
Diffstat (limited to 'templates/show_artist.inc.php')
-rw-r--r-- | templates/show_artist.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_artist.inc.php b/templates/show_artist.inc.php index a2df6045..4b949b21 100644 --- a/templates/show_artist.inc.php +++ b/templates/show_artist.inc.php @@ -59,8 +59,8 @@ if (Config::get('ratings')) { <?php show_box_bottom(); ?> <?php Browse::reset_filters(); - Browse::set_type('album'); + Browse::set_type($object_type); Browse::set_static_content(1); - Browse::save_objects($albums); + Browse::save_objects($object_ids); Browse::show_objects(); ?> |