summaryrefslogtreecommitdiff
path: root/includes/menu.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/menu.inc')
-rw-r--r--includes/menu.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/menu.inc b/includes/menu.inc
index 274106379..1029e1400 100644
--- a/includes/menu.inc
+++ b/includes/menu.inc
@@ -1592,7 +1592,6 @@ function menu_get_active_help() {
}
$arg = drupal_help_arg(arg(NULL));
- $empty_arg = drupal_help_arg();
foreach (module_implements('help') as $module) {
$function = $module . '_help';