Projet

Général

Profil

Révision 3acd948f

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/includes/ajax.inc
40 40

  
41 41
    // Load the view.
42 42
    $view = views_get_view($name);
43
    if ($view && $view->access($display_id)) {
43
    if ($view && $view->access($display_id) && $view->set_display($display_id) && $view->display_handler->use_ajax()) {
44 44
      // Fix 'q' for paging.
45 45
      if (!empty($path)) {
46 46
        $_GET['q'] = $path;

Formats disponibles : Unified diff