diff --git a/module/job/control.php b/module/job/control.php index fd9cd73eb2..4d6b698db8 100644 --- a/module/job/control.php +++ b/module/job/control.php @@ -150,8 +150,8 @@ class job extends control $this->loadModel('ci'); $this->app->loadLang('action'); $repoList = $this->loadModel('repo')->getList($this->projectID, false); - $repoPairs = array(0 => ''); - $gitlabRepos = array(0 => ''); + $repoPairs = array(); + $gitlabRepos = array(); $repoTypes = array(); $gitlabs = array();