From 6fb8d182f8ea1f95bdcd0fc3f07b4e349258cc83 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 3 Oct 2010 23:29:09 +0000 Subject: =?UTF-8?q?-=20Patch=20#930116=20by=20Benjamin=20Melan=C3=A7on:=20?= =?UTF-8?q?remove=20orphaned=20line=20of=20code=20from=20menu=5Fget=5Facti?= =?UTF-8?q?ve=5Fhelp().?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- includes/menu.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'includes') 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'; -- cgit v1.2.3