Projet

Général

Profil

Révision 7547bb19

Ajouté par Assos Assos il y a environ 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/plugins/views_plugin_style_jump_menu.inc
146 146
      $lookup_options = array();
147 147
      // We need to check if the path is absolute
148 148
      // or else language is not taken in account.
149
      if ($this->view->display[$this->view->current_display]->display_options['fields'][$this->options['path']]['absolute']) {
149
      if (!empty($this->view->display[$this->view->current_display]->display_options['fields'][$this->options['path']]['absolute'])) {
150 150
        $lookup_options['absolute'] = TRUE;
151 151
      }
152 152
      $lookup_url = url($_GET['q'], $lookup_options);

Formats disponibles : Unified diff