* Adjust code.
This commit is contained in:
@@ -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')
|
||||
{
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user