diff options
Diffstat (limited to 'modules/drupal')
-rw-r--r-- | modules/drupal/drupal.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index a929889f9..63638523d 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -9,8 +9,8 @@ /** * Implementation of hook_help(). */ -function drupal_help($section) { - switch ($section) { +function drupal_help($path, $arg) { + switch ($path) { case 'admin/help#drupal': $output = '<p>'. t('The Drupal module uses the XML-RPC network communication protocol to connect your site with a central server that maintains a directory of client sites.') .'</p>'; $output .= t('<p>Enabling the Drupal module will allow you to:</p> |