* 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
@@ -109,7 +109,6 @@ class tutorial extends control
{
$taskModule = strtolower($taskName['nav']['module']);
if($taskModule == strtolower($module)) $hasPriv = true;
if(isset($this->lang->menugroup->$taskModule) and $this->lang->menugroup->$taskModule == strtolower($module)) $hasPriv = true;
if($hasPriv) break;
}
if(!$hasPriv and $module == 'my' and $method == 'index') $hasPriv = true;