Fix the link in user_settings, and fix some of the variable names used in the app_languages.php.

This commit is contained in:
Mark Crane
2013-01-05 07:44:54 +00:00
parent b49bee54d6
commit 7f8acc43c7
3 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
$apps[$x]['menu'][0]['uuid'] = '4d532f0b-c206-c39d-ff33-fc67d668fb69';
$apps[$x]['menu'][0]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788';
$apps[$x]['menu'][0]['category'] = 'internal';
$apps[$x]['menu'][0]['path'] = 'user/user_edit.php';
$apps[$x]['menu'][0]['path'] = '/core/user_settings/user_edit.php';
$apps[$x]['menu'][0]['groups'][] = 'user';
$apps[$x]['menu'][0]['groups'][] = 'admin';
$apps[$x]['menu'][0]['groups'][] = 'superadmin';