summaryrefslogtreecommitdiff
path: root/modules/openid
diff options
context:
space:
mode:
Diffstat (limited to 'modules/openid')
-rw-r--r--modules/openid/openid.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/openid/openid.module b/modules/openid/openid.module
index 8361ce62d..58efb1a59 100644
--- a/modules/openid/openid.module
+++ b/modules/openid/openid.module
@@ -36,8 +36,8 @@ function openid_menu() {
/**
* Implementation of hook_help().
*/
-function openid_help($section) {
- switch ($section) {
+function openid_help($path, $arg) {
+ switch ($path) {
case 'user/%/openid':
return t('You may login to this site using an OpenID. You may add your OpenId URLs below, and also see a list of any OpenIDs which have already been added.');
}