do not unset $_GET[search] and adjust activity_order widget
This commit is contained in:
@@ -86,7 +86,7 @@ class Network extends \Zotlabs\Web\Controller {
|
||||
if($search) {
|
||||
if(strpos($search,'#') === 0) {
|
||||
$hashtags = substr($search,1);
|
||||
$search = $_GET['search'] = '';
|
||||
$search = '';
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user