From 4d88d429dff24abd2fc14f9abdfb7920bd5e7c90 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 28 Aug 2017 01:51:33 -0600 Subject: [PATCH] Update app_menu.php --- app/registrations/app_menu.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/registrations/app_menu.php b/app/registrations/app_menu.php index ddd3c19167..bc509e39c7 100644 --- a/app/registrations/app_menu.php +++ b/app/registrations/app_menu.php @@ -22,8 +22,8 @@ $apps[$x]['menu'][$y]['uuid'] = "17dbfd56-291d-8c1c-bc43-713283a9dd5a"; $apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1"; $apps[$x]['menu'][$y]['category'] = "internal"; - $apps[$x]['menu'][$y]['path'] = "/app/registrations/status_registrations.php"; + $apps[$x]['menu'][$y]['path'] = "/app/registrations/registrations.php"; $apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; -?> \ No newline at end of file +?>