From 0e1dff66a8d1ad1e9cf76976246fccf03ae9d4dd Mon Sep 17 00:00:00 2001 From: zhouxin Date: Wed, 22 Jun 2022 07:30:56 +0000 Subject: [PATCH] * Adjust code. --- module/repo/control.php | 4 ++-- module/repo/view/browse.html.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/repo/control.php b/module/repo/control.php index 12eb356f09..3665f3809b 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->getRepoGroup($tab, $objectID); + $this->repoGroup = $this->repo->getRepoGroup($tab, $objectID); if($tab == 'project') { @@ -480,7 +480,7 @@ class repo extends control $this->view->title = $this->lang->repo->common; $this->view->repo = $repo; - $this->view->reposGroup = $this->reposGroup; + $this->view->repoGroup = $this->repoGroup; $this->view->repos = $this->repos; $this->view->revisions = $revisions; $this->view->revision = $revision; diff --git a/module/repo/view/browse.html.php b/module/repo/view/browse.html.php index 1d43088cb0..a11637a997 100644 --- a/module/repo/view/browse.html.php +++ b/module/repo/view/browse.html.php @@ -26,7 +26,7 @@
    - $group):?> + $group):?>