Projet

Général

Profil

Révision 503b3f7b

Ajouté par Assos Assos il y a environ 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/entity/views/handlers/entity_views_handler_field_options.inc
112 112
    if ($this->options['format_name'] && isset($this->option_list[$value])) {
113 113
      $value = $this->option_list[$value];
114 114
    }
115

  
116
    return $this->sanitize_value($value);
115
    // Sanitization is handled by the wrapper, see
116
    // EntityFieldHandlerHelper::get_value().
117
    return $value;
117 118
  }
118 119

  
119 120
}

Formats disponibles : Unified diff