diff --git a/core/modules/system/lib/Drupal/system/Plugin/views/row/EntityRow.php b/core/modules/system/lib/Drupal/system/Plugin/views/row/EntityRow.php index 34e705e..0a5ef91 100644 --- a/core/modules/system/lib/Drupal/system/Plugin/views/row/EntityRow.php +++ b/core/modules/system/lib/Drupal/system/Plugin/views/row/EntityRow.php @@ -117,7 +117,7 @@ public function pre_render($result) { parent::pre_render($result); if ($result) { - // Get all entities which will be used to render in rows.c + // Get all entities which will be used to render in rows. $entities = array(); foreach ($result as $row) { $entity = $row->_entity;