From 8ea0b2a95d68380913cd2effc5030fc9e55a35cb Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 23 Apr 2013 01:49:03 +0000 Subject: [PATCH] Hunt Groups - Change the link for the menu after changing the path. --- app/hunt_groups/app_config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/hunt_groups/app_config.php b/app/hunt_groups/app_config.php index 585982e8f9..2cfcdb4052 100644 --- a/app/hunt_groups/app_config.php +++ b/app/hunt_groups/app_config.php @@ -19,7 +19,7 @@ $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en-us'] = 'Hunt Group'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Hunt Groups'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; @@ -32,7 +32,7 @@ $apps[$x]['menu'][0]['uuid'] = '632f87de-7f86-b68f-c629-4c2d2b3ce545'; $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][0]['category'] = 'internal'; - $apps[$x]['menu'][0]['path'] = '/app/hunt_group/hunt_groups.php'; + $apps[$x]['menu'][0]['path'] = '/app/hunt_groups/hunt_groups.php'; $apps[$x]['menu'][0]['groups'][] = 'admin'; $apps[$x]['menu'][0]['groups'][] = 'superadmin';