From 9e6ef53c2c3f15ad580ebfe71b53899eb4683c11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sat, 30 Jun 2007 19:46:58 +0000 Subject: #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing router path based lookups, and also full path argument lookup with a passed argument array --- modules/openid/openid.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/openid/openid.module') 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.'); } -- cgit v1.2.3