승인 권한 (grant) 구분자 변경

This commit is contained in:
conory 2017-04-08 18:10:30 +09:00
parent fc6206ab75
commit 1d4437135c
2 changed files with 3 additions and 3 deletions

View file

@ -333,7 +333,7 @@ class ModuleObject extends Object
return false;
}
// If grant name, check the privilege(granted) of the user
else if($grant_names = explode('|', $permission))
else if($grant_names = explode(',', $permission))
{
$privilege_list = array_keys((array) $this->xml_info->grant);