From 00c4dd374eb75f8c2ca3699fdcfc740f622f3893 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 16 Nov 2024 21:08:40 -0700 Subject: [PATCH] Update app_menu.php --- core/contacts/app_menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/contacts/app_menu.php b/core/contacts/app_menu.php index ee4504e549..a914bdf637 100644 --- a/core/contacts/app_menu.php +++ b/core/contacts/app_menu.php @@ -29,7 +29,7 @@ $apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5"; $apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['icon'] = ""; - $apps[$x]['menu'][$y]['path'] = "/app/contacts/contacts.php"; + $apps[$x]['menu'][$y]['path'] = "/core/contacts/contacts.php"; $apps[$x]['menu'][$y]['order'] = ""; $apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin";