diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-10-03 23:29:09 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-10-03 23:29:09 +0000 |
commit | 6fb8d182f8ea1f95bdcd0fc3f07b4e349258cc83 (patch) | |
tree | 8974bb11bace329c6ef2e61e1e91c8f5b87fc69b /includes | |
parent | 5926980b961164edc9a2d152e4d24e045d70fd47 (diff) | |
download | brdo-6fb8d182f8ea1f95bdcd0fc3f07b4e349258cc83.tar.gz brdo-6fb8d182f8ea1f95bdcd0fc3f07b4e349258cc83.tar.bz2 |
- Patch #930116 by Benjamin Melançon: remove orphaned line of code from menu_get_active_help().
Diffstat (limited to 'includes')
-rw-r--r-- | includes/menu.inc | 1 |
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'; |