diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-04-23 20:01:56 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-04-23 20:01:56 +0000 |
commit | 21576021bfe440a0a02b0c179440f00e7182d321 (patch) | |
tree | acc3e15e529a4d07827992561dc8053360f61e35 /modules/openid/openid.module | |
parent | 63406e5268e564acb83078eb3beb1abdfefee0ec (diff) | |
download | brdo-21576021bfe440a0a02b0c179440f00e7182d321.tar.gz brdo-21576021bfe440a0a02b0c179440f00e7182d321.tar.bz2 |
- Patch #249546 by pwolanin: rip menu access inheritance -- was already committed to D6.
Diffstat (limited to 'modules/openid/openid.module')
-rw-r--r-- | modules/openid/openid.module | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/openid/openid.module b/modules/openid/openid.module index 88dfaa8df..b3a515c99 100644 --- a/modules/openid/openid.module +++ b/modules/openid/openid.module @@ -30,6 +30,8 @@ function openid_menu() { 'title' => 'Delete OpenID', 'page callback' => 'openid_user_delete', 'page arguments' => array(1), + 'access callback' => 'user_edit_access', + 'access arguments' => array(1), 'type' => MENU_CALLBACK, 'file' => 'openid.pages.inc', ); |