Projet

Général

Profil

Révision 4003efde

Ajouté par Assos Assos il y a environ 4 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/includes/view.inc
1000 1000
    // Let the handlers interact with each other if they really want.
1001 1001
    $this->_pre_query();
1002 1002

  
1003
    $exposed_form = FALSE;
1003 1004
    if ($this->display_handler->uses_exposed()) {
1004 1005
      $exposed_form = $this->display_handler->get_plugin('exposed_form');
1005 1006
      // (1) Record the errors before rendering the exposed form widgets.
......
1080 1081
    $this->style_plugin->query($this->display_handler->use_group_by());
1081 1082

  
1082 1083
    // Allow exposed form to affect the query.
1083
    if (isset($exposed_form)) {
1084
    if ($exposed_form) {
1084 1085
      $exposed_form->query();
1085 1086
    }
1086 1087

  

Formats disponibles : Unified diff