diff --git a/core/modules/system/system.admin.inc b/core/modules/system/system.admin.inc index 197767f6f65e..dba0fa7747d3 100644 --- a/core/modules/system/system.admin.inc +++ b/core/modules/system/system.admin.inc @@ -249,8 +249,8 @@ function theme_system_modules_details($variables) { } $description .= ''; $links = ''; - foreach (array('help', 'permissions', 'configure') as $key) { - $links .= drupal_render($module['links'][$key]); + foreach (array('help', 'permissions', 'configure') as $link_type) { + $links .= drupal_render($module['links'][$link_type]); } if ($links) { $description .= '