Vars, add $y = 0; to correct the group array.
This commit is contained in:
parent
7ba40f465e
commit
b99e6e72ea
|
|
@ -36,6 +36,7 @@
|
|||
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
|
||||
|
||||
//permission details
|
||||
$y = 0;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'var_view';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
|
|
|
|||
Loading…
Reference in New Issue