Projet

Général

Profil

Révision ef1afbb9

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/modules/taxonomy/views_handler_filter_term_node_tid.inc
275 275

  
276 276
    // We only validate if they've chosen the text field style.
277 277
    if ($this->options['type'] != 'textfield') {
278
      if ($form_state['values'][$identifier] != 'All')  {
278
      if (isset($form_state['values'][$identifier]) && $form_state['values'][$identifier] != 'All') {
279 279
        $this->validated_exposed_input = (array) $form_state['values'][$identifier];
280 280
      }
281 281
      return;

Formats disponibles : Unified diff