Projet

Général

Profil

Révision 5a7e6170

Ajouté par Florent Torregrosa il y a environ 10 ans

Update :

  • panels : 7.x-3.3 -> 7.x-3.4
  • pdf_reader : 7.x-1.0-rc4 -> 7.x-1.0-rc5

Voir les différences:

drupal7/sites/all/modules/panels/plugins/views/panels_views_plugin_row_fields.inc
137 137

  
138 138
    // Now that we have distributed our fields, go through the regions and
139 139
    // render them into the content array.
140
    foreach ($this->region_fields as $region_id => $fields) {
141
      $this->view->field = $fields;
140
    foreach ($this->region_fields as $region_id => $fields_list) {
141
      $this->view->field = $fields_list;
142 142
      $content[$region_id] = theme($this->theme_functions(), array('view' => $this->view, 'options' => $this->options, 'row' => $row));
143 143
    }
144 144

  

Formats disponibles : Unified diff