Projet

Général

Profil

Révision fc2c1c7a

Ajouté par Assos Assos il y a plus de 8 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/entity/views/plugins/entity_views_plugin_row_entity_view.inc
88 88

  
89 89
  public function render($values) {
90 90
    if ($entity = $this->get_value($values)) {
91
      // Add the view object as views_plugin_row_node_view::render() would.
92
      // Otherwise the views theme suggestions won't work properly.
93
      $entity->view = $this->view;
91 94
      $render = $this->rendered_content[entity_id($this->entity_type, $entity)];
92 95
      return drupal_render($render);
93 96
    }

Formats disponibles : Unified diff