summaryrefslogtreecommitdiff
path: root/modules/profile
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-12-26 19:02:24 +0000
committerDries Buytaert <dries@buytaert.net>2007-12-26 19:02:24 +0000
commit2a1e980cdd92e327c0b72a59608138ff51e76bb4 (patch)
treed167ef6f9a222e0c17df015b73429caf6c63bfe6 /modules/profile
parent67d64ffc5309e906974e88072ed5e0171bd28009 (diff)
downloadbrdo-2a1e980cdd92e327c0b72a59608138ff51e76bb4.tar.gz
brdo-2a1e980cdd92e327c0b72a59608138ff51e76bb4.tar.bz2
- Patch #203509 by pwolanin, chx, cwgordon7 et al: fixed menu inheritenace.
Diffstat (limited to 'modules/profile')
-rw-r--r--modules/profile/profile.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/profile/profile.module b/modules/profile/profile.module
index 229dc91b5..c5aed1680 100644
--- a/modules/profile/profile.module
+++ b/modules/profile/profile.module
@@ -88,6 +88,7 @@ function profile_menu() {
'description' => 'Create customizable fields for your users.',
'page callback' => 'drupal_get_form',
'page arguments' => array('profile_admin_overview'),
+ 'access arguments' => array('administer users'),
'file' => 'profile.admin.inc',
);
$items['admin/user/profile/add'] = array(