diff --git a/module/search/control.php b/module/search/control.php index 942094faa1..88e8e77450 100644 --- a/module/search/control.php +++ b/module/search/control.php @@ -154,6 +154,7 @@ class search extends control { if(empty($queryID)) continue; $query = $this->search->getByID($queryID); + $html .= '
  • ' . html::a("javascript:executeQuery({$queryID})", $queryName . ((common::hasPriv('search', 'deleteQuery') and $this->app->user->account == $query->account) ? '' : ''), '', "class='label user-query' data-query-id='$queryID' title='{$queryName}'") . '
  • '; } echo $html;