From 7f3669335313adf9108119df4186a51a5f94e292 Mon Sep 17 00:00:00 2001 From: Paul 'flowerysong' Arthur Date: Thu, 10 Jun 2010 05:33:57 +0000 Subject: Change Browse from static to instantiable. Among other things, fixes FS#13; probably also breaks things. Most things appear to still work, but I may have missed some cases. --- templates/show_artist.inc.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'templates/show_artist.inc.php') diff --git a/templates/show_artist.inc.php b/templates/show_artist.inc.php index 5c5e51b6..408e6b5e 100644 --- a/templates/show_artist.inc.php +++ b/templates/show_artist.inc.php @@ -22,6 +22,8 @@ $web_path = Config::get('web_path'); ?> set_type($object_type); show_box_top($artist->f_name, 'info-box'); if (Config::get('ratings')) { ?> @@ -65,13 +67,12 @@ if (Config::get('ratings')) {
  • - /> - + /> + id,'')); ?> show_objects($object_ids); + $browse->store(); ?> -- cgit