Issue #2062589 by sergeypavlenko: Remove Unused local variable $key from /core/modules/node/lib/Drupal/node/NodeRenderController.php.

8.0.x
Alex Pott 2013-08-14 07:08:17 -05:00
parent 6a604e04f6
commit d0210a98d7
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class NodeRenderController extends EntityRenderController {
parent::buildContent($entities, $displays, $view_mode, $langcode);
foreach ($entities as $key => $entity) {
foreach ($entities as $entity) {
$bundle = $entity->bundle();
$display = $displays[$bundle];