* Remove all menugroup.

This commit is contained in:
Yagami
2021-03-17 13:56:42 +08:00
parent d802f35bdc
commit 39ae71ddcb
24 changed files with 0 additions and 254 deletions
-1
View File
@@ -658,7 +658,6 @@ class bug extends control
elseif($from == 'repo')
{
session_write_close();
$this->lang->set('menugroup.bug', 'repo');
$repos = $this->loadModel('repo')->getRepoPairs($this->session->PRJ);
$this->repo->setMenu($repos);
$this->lang->bug->menu = $this->lang->repo->menu;