Don't show search options in side bar.

This commit is contained in:
Michael Vogel 2015-08-24 12:12:14 +02:00
commit 3bca2db11b
3 changed files with 20 additions and 13 deletions

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;