From e2407022e39e2a07a399fc001cfa2be281ce1ee0 Mon Sep 17 00:00:00 2001 From: zenggang Date: Thu, 10 Feb 2022 09:30:41 +0000 Subject: [PATCH] * Adjust code --- module/sonarqube/control.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/sonarqube/control.php b/module/sonarqube/control.php index 1971bc889b..2a4f90e9b4 100644 --- a/module/sonarqube/control.php +++ b/module/sonarqube/control.php @@ -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');