* Adjust code.

This commit is contained in:
zhouxin
2022-06-22 02:55:18 +00:00
parent 46cef64035
commit 4cf1630ae3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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')
{
+1 -1
View File
@@ -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);