From a6ba5e22099d3d59db700ab4c95645feda3c8f07 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 25 May 2019 23:15:59 -0600 Subject: [PATCH] Update app_menu.php --- app/basic_operator_panel/app_menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/basic_operator_panel/app_menu.php b/app/basic_operator_panel/app_menu.php index 06231bc9d5..15c67afd39 100644 --- a/app/basic_operator_panel/app_menu.php +++ b/app/basic_operator_panel/app_menu.php @@ -22,7 +22,7 @@ $apps[$x]['menu'][$y]['uuid'] = "dd3d173a-5d51-4231-ab22-b18c5b712bb2"; $apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5"; $apps[$x]['menu'][$y]['category'] = "internal"; - $apps[$x]['menu'][$y]['path'] = "/app/operator_panel/index.php"; + $apps[$x]['menu'][$y]['path'] = "/app/basic_operator_panel/index.php"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "admin";