diff --git a/module/sonarqube/control.php b/module/sonarqube/control.php index d8022c3dcb..96f20a23ff 100644 --- a/module/sonarqube/control.php +++ b/module/sonarqube/control.php @@ -345,8 +345,6 @@ class sonarqube extends control */ public function browseIssue($sonarqubeID, $projectKey = '', $orderBy = 'severity_desc', $recTotal = 0, $recPerPage = 100, $pageID = 1) { - set_time_limit(600); - $this->app->loadClass('pager', $static = true); $keyword = fixer::input('post')->setDefault('keyword', '')->get('keyword'); diff --git a/module/sonarqube/view/browseissue.html.php b/module/sonarqube/view/browseissue.html.php index fa5b14651b..4fb63ca3b4 100644 --- a/module/sonarqube/view/browseissue.html.php +++ b/module/sonarqube/view/browseissue.html.php @@ -54,12 +54,12 @@ $sonarqubeIssue): ?>