Update app_menu.php

This commit is contained in:
FusionPBX 2018-04-05 23:16:31 -06:00 committed by GitHub
parent f18f50f000
commit 5e5dac936e
1 changed files with 2 additions and 2 deletions

View File

@ -23,6 +23,6 @@
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/core/notifications/notification_edit.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
//$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>
?>