Fix grant error when multiple groups are specified

This commit is contained in:
Kijin Sung 2017-04-16 17:13:43 +09:00
parent 0937da9fff
commit 1844fa4eee

View file

@ -2024,11 +2024,6 @@ class moduleModel extends module
// Grant privileges by information that get from the DB
foreach($this->getModuleGrants($module_info->module_srl)->data as $val)
{
if(isset($checked[$val->name]))
{
continue;
}
$checked[$val->name] = true;
// All user