Change the menu so that it points to the registrations file without the v_ make sure to update the menu with menu manager -> restore default.

This commit is contained in:
Mark Crane
2012-08-30 00:37:15 +00:00
parent 6fa7a0b3f3
commit 9c1ceb1177

View File

@@ -14,7 +14,7 @@
$apps[$x]['menu'][0]['uuid'] = '17dbfd56-291d-8c1c-bc43-713283a9dd5a';
$apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1';
$apps[$x]['menu'][0]['category'] = 'internal';
$apps[$x]['menu'][0]['path'] = '/app/registrations/v_status_registrations.php?show_reg=1&profile=internal';
$apps[$x]['menu'][0]['path'] = '/app/registrations/status_registrations.php?show_reg=1&profile=internal';
$apps[$x]['menu'][0]['groups'][] = 'admin';
$apps[$x]['menu'][0]['groups'][] = 'superadmin';