diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-03-30 07:17:19 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-03-30 07:17:19 +0000 |
commit | 72bffa027800b07a45046314e85a74341d0f1714 (patch) | |
tree | d0ddaee98b0ba8b49bf81ed3bae49074f36bfb3b /modules/user | |
parent | 145e7178975f4795d991a1afc79221dd86bfd490 (diff) | |
download | brdo-72bffa027800b07a45046314e85a74341d0f1714.tar.gz brdo-72bffa027800b07a45046314e85a74341d0f1714.tar.bz2 |
#594908 by Berdir, Bojhan, mrfelton, yoroy, catch: Changed Weight categories on Configuration & Modules correctly.
Diffstat (limited to 'modules/user')
-rw-r--r-- | modules/user/user.module | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index 772ddf5bb..bbe3a0de8 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -1554,7 +1554,8 @@ function user_menu() { $items['admin/config/people'] = array( 'title' => 'People', 'description' => 'Configure user accounts.', - 'position' => 'right', + 'position' => 'left', + 'weight' => -20, 'page callback' => 'system_admin_menu_block_page', 'access arguments' => array('access administration pages'), 'file' => 'system.admin.inc', |