Projet

Général

Profil

Révision b08fce64

Ajouté par Assos Assos il y a environ 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/modules/search/views_handler_argument_search.inc
42 42
      }
43 43
    }
44 44
    if ($required) {
45
      if ($this->operator == 'required') {
45
      if (isset($this->operator) && ($this->operator == 'required')) {
46 46
        $this->query->add_where(0, 'FALSE');
47 47
      }
48 48
    }

Formats disponibles : Unified diff