Projet

Général

Profil

Révision 6a93dd76

Ajouté par Assos Assos il y a environ 8 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/flag/includes/views/flag_handler_argument_entity_id.inc
40 40
      ->condition('o.' . $views_info['join field'], $this->value, 'IN')
41 41
      ->execute();
42 42
    foreach ($result as $title) {
43
      $titles[] = check_plain($title->$views_info['title field']);
43
      $titles[] = check_plain($title->{$views_info['title field']});
44 44
    }
45 45
    return $titles;
46 46
  }

Formats disponibles : Unified diff