summaryrefslogtreecommitdiffstats
path: root/search.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-08-31 05:52:30 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-08-31 05:52:30 +0000
commit12a6c9adddc3ad232452275c2721cd370e9d76ca (patch)
treeb0354272b3bcd67044206751117c591a10bc1e0c /search.php
parent0aebfb24e5b26adf1101f0cd3703660764ced57f (diff)
downloadampache-12a6c9adddc3ad232452275c2721cd370e9d76ca.tar.gz
ampache-12a6c9adddc3ad232452275c2721cd370e9d76ca.tar.bz2
ampache-12a6c9adddc3ad232452275c2721cd370e9d76ca.zip
fix search when no results are found, actually show the correct "error"
Diffstat (limited to 'search.php')
-rw-r--r--search.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/search.php b/search.php
index 9a893469..9857f8c9 100644
--- a/search.php
+++ b/search.php
@@ -45,7 +45,6 @@ switch ($_REQUEST['action']) {
$results = run_search($_REQUEST);
Browse::set_type('song');
Browse::reset();
- Browse::set_static_content(1);
Browse::show_objects($results);
break;
case 'save_as_track':