From 19974e474a1d90f2e3909e708a026fb58773ea39 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 23 Dec 2017 23:31:46 -0700 Subject: [PATCH] Update app_menu.php --- app/number_translations/app_menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/number_translations/app_menu.php b/app/number_translations/app_menu.php index 721a382199..e977ac51cc 100644 --- a/app/number_translations/app_menu.php +++ b/app/number_translations/app_menu.php @@ -23,7 +23,7 @@ $apps[$x]['menu'][$y]['uuid'] = "6ad5505c-4909-11e7-a919-92ebcb67fe33"; $apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f"; $apps[$x]['menu'][$y]['category'] = "internal"; - $apps[$x]['menu'][$y]['path'] = "/app/number_translation/number_translations.php"; + $apps[$x]['menu'][$y]['path'] = "/app/number_translations/number_translations.php"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; ?>