mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update permission.php
This commit is contained in:
@@ -138,6 +138,8 @@
|
||||
if ($permission['groups']) {
|
||||
foreach ($permission['groups'] as $group_name) {
|
||||
//check group protection
|
||||
$group_uuid = null;
|
||||
$group_protected = null;
|
||||
if (is_array($groups)) {
|
||||
foreach ($groups as $group) {
|
||||
if ($group['group_name'] == $group_name) {
|
||||
|
||||
Reference in New Issue
Block a user