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/php/php.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/php') diff --git a/modules/php/php.module b/modules/php/php.module index fb6953cec..8251531ee 100644 --- a/modules/php/php.module +++ b/modules/php/php.module @@ -10,8 +10,8 @@ /** * Implementation of hook_help(). */ -function php_help($section) { - switch ($section) { +function php_help($path, $arg) { + switch ($path) { case 'admin/help#php': return t('Adds a filter option to include PHP in content.'); } -- cgit v1.2.3