summaryrefslogtreecommitdiffstats
path: root/search.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-02 05:39:10 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-02 05:39:10 +0000
commit1c101a3b347b7240ab08e7ee03ab4c24673e58d8 (patch)
tree89196b19bc757d4e347a380aa027ea163bacbfeb /search.php
parentcf2e2488779f60251d66f375273d9b2583528f64 (diff)
downloadampache-1c101a3b347b7240ab08e7ee03ab4c24673e58d8.tar.gz
ampache-1c101a3b347b7240ab08e7ee03ab4c24673e58d8.tar.bz2
ampache-1c101a3b347b7240ab08e7ee03ab4c24673e58d8.zip
fixed paging on search, and fixed get_location
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 dce168ab..52c0562b 100644
--- a/search.php
+++ b/search.php
@@ -44,6 +44,7 @@ switch ($_REQUEST['action']) {
require_once Config::get('prefix') . '/templates/show_search.inc.php';
$results = run_search($_REQUEST);
Browse::set_type('song');
+ Browse::save_objects($results);
echo "<div id=\"browse_content\">";
Browse::show_objects($results);