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_random.inc.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'templates/show_random.inc.php') diff --git a/templates/show_random.inc.php b/templates/show_random.inc.php index e1a73b21..2e573566 100644 --- a/templates/show_random.inc.php +++ b/templates/show_random.inc.php @@ -101,10 +101,11 @@
set_type('song'); + $browse->save_objects($object_ids); + $browse->show_objects(); + $browse->store(); echo Ajax::observe('window','load',Ajax::action('?action=refresh_rightbar','playlist_refresh_load')); } ?> -- cgit