diff options
author | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-10-20 21:00:17 +0000 |
---|---|---|
committer | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-10-20 21:00:17 +0000 |
commit | c93c0fc7000f5cbb78ac2715ace58c28b789dc81 (patch) | |
tree | d1958855da43167d5f019119a78089732d6f3033 /modules/user | |
parent | 2ac86c8862ddbe3cd4435708d61842caa2ea7960 (diff) | |
download | brdo-c93c0fc7000f5cbb78ac2715ace58c28b789dc81.tar.gz brdo-c93c0fc7000f5cbb78ac2715ace58c28b789dc81.tar.bz2 |
#90119 by ontwerpwerk and profix898. Clean up misnamed permissions.
Diffstat (limited to 'modules/user')
-rw-r--r-- | modules/user/user.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index 3f9c7652b..7874ea8f8 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -713,7 +713,7 @@ function user_menu($may_cache) { 'description' => t('Manage your site\'s users, groups and access to site features.'), 'position' => 'left', 'callback' => 'system_admin_menu_block_page', - 'access' => user_access('access configuration pages'), + 'access' => user_access('administer site configuration'), ); $items[] = array('path' => 'admin/user/user', 'title' => t('users'), 'description' => t('List, add, and edit users.'), |