Don't show search options in side bar.

This commit is contained in:
Michael Vogel
2015-08-24 12:12:14 +02:00
parent 3ff196f00d
commit 3bca2db11b
3 changed files with 20 additions and 13 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ function search_content(&$a) {
}
$o .= search($search,'search-box','/search',((local_user()) ? true : false));
$o .= search($search,'search-box','/search',((local_user()) ? true : false), false);
if(strpos($search,'#') === 0) {
$tag = true;