From 5f468b66a71c55107a266a58f4c4f6a17fb7d2ca Mon Sep 17 00:00:00 2001 From: lanzongjun Date: Wed, 6 Jul 2022 11:28:47 +0800 Subject: [PATCH] test --- module/search/control.php | 1 + 1 file changed, 1 insertion(+) 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;