Projet

Général

Profil

Révision d719f12f

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/handlers/views_handler_filter_combine.inc
54 54
    $fields = array();
55 55
    // Only add the fields if they have a proper field and table alias.
56 56
    foreach ($this->options['fields'] as $id) {
57
      // Field access checks may have removed this handler.
58
      if (!isset($this->view->field[$id])) {
59
        continue;
60
      }
61

  
57 62
      $field = $this->view->field[$id];
58 63
      // Always add the table of the selected fields to be sure a table alias
59 64
      // exists.

Formats disponibles : Unified diff