diff options
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); ?> |