summaryrefslogtreecommitdiffstats
path: root/search.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-09 15:32:18 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-09 15:32:18 +0000
commit50036b1fad29cc7e2b2da30cc63d95e48c625a2a (patch)
tree042c5dc1a29cdc5901138ef4267309e4dbd97035 /search.php
parent242401a915eb2600f242af92c98cc9dc7190735c (diff)
downloadampache-50036b1fad29cc7e2b2da30cc63d95e48c625a2a.tar.gz
ampache-50036b1fad29cc7e2b2da30cc63d95e48c625a2a.tar.bz2
ampache-50036b1fad29cc7e2b2da30cc63d95e48c625a2a.zip
fix some browsing issues I created with the query switch, considering having browse class extend query
Diffstat (limited to 'search.php')
-rw-r--r--search.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/search.php b/search.php
index 9857f8c9..ae2fa297 100644
--- a/search.php
+++ b/search.php
@@ -45,6 +45,7 @@ switch ($_REQUEST['action']) {
$results = run_search($_REQUEST);
Browse::set_type('song');
Browse::reset();
+ Browse::save_objects($results);
Browse::show_objects($results);
break;
case 'save_as_track':