From 9e1aab2f33f6686a8bbfb61424d769a952d8e4be Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 5 Jan 2013 07:07:36 +0000 Subject: [PATCH] change app/user_settings to core/user_settings --- core/menu/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';