diff options
Diffstat (limited to 'modules/php/php.module')
-rw-r--r-- | modules/php/php.module | 4 |
1 files changed, 2 insertions, 2 deletions
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.'); } |