Vars, add $y = 0; to correct the group array.

This commit is contained in:
Mark Crane 2013-09-26 18:52:00 +00:00
parent 7ba40f465e
commit b99e6e72ea
1 changed files with 1 additions and 0 deletions

View File

@ -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++;