Projet

Général

Profil

Révision 6f57d8c7

Ajouté par Assos Assos il y a environ 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/plugins/views_plugin_display_attachment.inc
227 227

  
228 228
    $args = $this->get_option('inherit_arguments') ? $this->view->args : array();
229 229
    $view->set_arguments($args);
230
    $exposed_input = $this->get_option('inherit_exposed_filters') ? $this->view->exposed_input : array();
231
    $view->set_exposed_input($exposed_input);
230 232
    $view->set_display($this->display->id);
231 233
    if ($this->get_option('inherit_pager')) {
232 234
      $view->display_handler->use_pager = $this->view->display[$display_id]->handler->use_pager();

Formats disponibles : Unified diff