* Finish task #89139.

This commit is contained in:
liumengyi
2023-03-30 15:50:25 +08:00
parent f7af79a2c5
commit 13f60848fc
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ class api extends control
/* Build the search form. */
$queryID = $browseType == 'bySearch' ? (int)$param : 0;
$actionURL = $this->createLink('api', 'index', "libID=$libID&moduleID=0&apiID=0&version=0&release=0&appendLib=0&browseType=bySearch&param=myQueryID");
$this->api->buildSearchForm($lib,$queryID, $actionURL);
$this->api->buildSearchForm($lib,$queryID, $actionURL, $libs);
if($browseType == 'bySearch')
{