diff --git a/core/menu/app_config.php b/core/menu/app_config.php index 0509b07f05..230ab1507f 100644 --- a/core/menu/app_config.php +++ b/core/menu/app_config.php @@ -49,7 +49,7 @@ $apps[$x]['menu'][1]['uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788'; $apps[$x]['menu'][1]['parent_uuid'] = ''; $apps[$x]['menu'][1]['category'] = 'internal'; - $apps[$x]['menu'][1]['path'] = '/app/user_settings/user_dashboard.php'; + $apps[$x]['menu'][1]['path'] = '/core/user_settings/user_dashboard.php'; $apps[$x]['menu'][1]['order'] = '5'; $apps[$x]['menu'][1]['groups'][] = 'user'; $apps[$x]['menu'][1]['groups'][] = 'admin';