* Modify onlybody param.

This commit is contained in:
caoyanyi
2022-02-10 08:31:54 +00:00
parent 442a53005a
commit f93ac616e2
+1
View File
@@ -345,6 +345,7 @@ class sonarqube extends control
*/
public function browseIssue($sonarqubeID, $projectKey = '', $orderBy = 'severity_desc', $recTotal = 0, $recPerPage = 100, $pageID = 1)
{
unset($_GET['onlybody']);
$this->app->loadClass('pager', $static = true);
$keyword = fixer::input('post')->setDefault('keyword', '')->get('keyword');