summaryrefslogtreecommitdiffstats
path: root/templates/show_random.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_random.inc.php')
-rw-r--r--templates/show_random.inc.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/show_random.inc.php b/templates/show_random.inc.php
index 9f733d4f..e1a73b21 100644
--- a/templates/show_random.inc.php
+++ b/templates/show_random.inc.php
@@ -100,12 +100,12 @@
<?php show_box_bottom(); ?>
<div id="browse">
<?php
- if (is_array($object_ids)) {
- Browse::reset_filters();
+ if (is_array($object_ids)) {
+ Browse::reset_filters();
Browse::set_type('song');
- Browse::save_objects($object_ids);
- Browse::show_objects();
+ Browse::save_objects($object_ids);
+ Browse::show_objects();
echo Ajax::observe('window','load',Ajax::action('?action=refresh_rightbar','playlist_refresh_load'));
- }
-?>
+ }
+?>
</div>