* Fix bug#3387.

This commit is contained in:
qiyu-xie
2020-09-02 15:50:59 +08:00
parent 582101fe80
commit b0c696cc5b
+1 -1
View File
@@ -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);