diff --git a/module/repo/control.php b/module/repo/control.php index 3646d7d05e..12eb356f09 100644 --- a/module/repo/control.php +++ b/module/repo/control.php @@ -47,7 +47,7 @@ class repo extends control { $tab = $this->app->tab; $this->repos = $this->repo->getRepoPairs($tab, $objectID); - $this->reposGroup = $this->repo->getReposGroup($tab, $objectID); + $this->reposGroup = $this->repo->getRepoGroup($tab, $objectID); if($tab == 'project') { diff --git a/module/repo/model.php b/module/repo/model.php index 179e76ae96..28e9de8774 100644 --- a/module/repo/model.php +++ b/module/repo/model.php @@ -405,7 +405,7 @@ class repoModel extends model * @access public * @return array */ - public function getReposGroup($type, $projectID = 0) + public function getRepoGroup($type, $projectID = 0) { $repoPairs = $this->getRepoPairs($type, $projectID);