Update permission.php
This commit is contained in:
@@ -138,6 +138,8 @@
|
|||||||
if ($permission['groups']) {
|
if ($permission['groups']) {
|
||||||
foreach ($permission['groups'] as $group_name) {
|
foreach ($permission['groups'] as $group_name) {
|
||||||
//check group protection
|
//check group protection
|
||||||
|
$group_uuid = null;
|
||||||
|
$group_protected = null;
|
||||||
if (is_array($groups)) {
|
if (is_array($groups)) {
|
||||||
foreach ($groups as $group) {
|
foreach ($groups as $group) {
|
||||||
if ($group['group_name'] == $group_name) {
|
if ($group['group_name'] == $group_name) {
|
||||||
|
|||||||
Reference in New Issue
Block a user