do not unset $_GET[search] and adjust activity_order widget

This commit is contained in:
Mario Vavti
2018-09-29 18:38:19 +02:00
parent 5906d6cce3
commit cc9ca8bbff
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ class Network extends \Zotlabs\Web\Controller {
if($search) {
if(strpos($search,'#') === 0) {
$hashtags = substr($search,1);
$search = $_GET['search'] = '';
$search = '';
}
}