From b0c696cc5bc4ea1bf169309d17f18bc6d8003af6 Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Wed, 2 Sep 2020 15:49:32 +0800 Subject: [PATCH] * Fix bug#3387. --- module/repo/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/repo/control.php b/module/repo/control.php index 8d231a345d..4290296723 100644 --- a/module/repo/control.php +++ b/module/repo/control.php @@ -361,7 +361,7 @@ class repo extends control { if($this->get->entry) $entry = $this->get->entry; $this->repo->setMenu($this->repos, $repoID); - $this->repo->setBackSession('list', $withOtherModule = true); + $this->repo->setBackSession('log', $withOtherModule = true); if($repoID == 0) $repoID = $this->session->repoID; $repo = $this->repo->getRepoByID($repoID);