change app/user_settings to core/user_settings
This commit is contained in:
parent
0a0df9f343
commit
9e1aab2f33
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue