From da4c024c488230528bfb9291a42e064eaa35be74 Mon Sep 17 00:00:00 2001 From: hufangzhou <746775970@qq.com> Date: Thu, 4 Feb 2021 10:47:44 +0800 Subject: [PATCH] * Fix a bug. --- module/repo/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/repo/control.php b/module/repo/control.php index bec5b74bee..b8f44f92a4 100644 --- a/module/repo/control.php +++ b/module/repo/control.php @@ -737,6 +737,7 @@ class repo extends control $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => inlink('setRules'))); } + array_push($this->lang->noMenuModule, 'repo'); $this->repo->setMenu($this->repos, $this->session->repoID, false); $this->app->loadLang('task');