diff options
-rw-r--r-- | Zotlabs/Module/Search.php | 3 | ||||
-rw-r--r-- | view/pdl/mod_search.pdl | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/Zotlabs/Module/Search.php b/Zotlabs/Module/Search.php index 7bc3429b1..a572a5a42 100644 --- a/Zotlabs/Module/Search.php +++ b/Zotlabs/Module/Search.php @@ -56,8 +56,7 @@ class Search extends \Zotlabs\Web\Controller { $static = ((array_key_exists('static',$_REQUEST)) ? intval($_REQUEST['static']) : 0); - if((! local_channel()) || (! feature_enabled(local_channel(),'savedsearch'))) - $o .= search($search,'search-box','/search',((local_channel()) ? true : false)); + $o .= search($search,'search-box','/search',((local_channel()) ? true : false)); if(strpos($search,'#') === 0) { $tag = true; diff --git a/view/pdl/mod_search.pdl b/view/pdl/mod_search.pdl index 0bcdfdee3..e69657dac 100644 --- a/view/pdl/mod_search.pdl +++ b/view/pdl/mod_search.pdl @@ -1,5 +1,4 @@ [region=aside] -[widget=sitesearch][/widget] [/region] [region=right_aside] [widget=notifications][/widget] |