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);