* Adjust code

This commit is contained in:
zenggang
2022-02-10 09:30:41 +00:00
parent bb93656682
commit e2407022e3
+2
View File
@@ -346,6 +346,8 @@ class sonarqube extends control
public function browseIssue($sonarqubeID, $projectKey = '', $orderBy = 'severity_desc', $recTotal = 0, $recPerPage = 100, $pageID = 1)
{
unset($_GET['onlybody']);
ini_set('memory_limit', '256M');
$this->app->loadClass('pager', $static = true);
$keyword = fixer::input('post')->setDefault('keyword', '')->get('keyword');