Notifications: Remove unnecessary permission.

This commit is contained in:
Nate Jones 2014-07-09 21:59:55 +00:00
parent b5e71a9316
commit fb1e93a27c
1 changed files with 0 additions and 7 deletions

View File

@ -34,13 +34,6 @@
$apps[$x]['menu'][0]['path'] = "/app/notifications/notification_edit.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
//permission details
$y = 0;
$apps[$x]['permissions'][$y]['name'] = "notification_edit";
$apps[$x]['permissions'][$y]['menu']['uuid'] = "f8d65f91-0f4a-405a-b5ac-24cb3c4f10ba";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
//schema details
$y = 0; //table array index
$z = 0; //field array index