Projet

Général

Profil

Révision d719f12f

Ajouté par Assos Assos il y a plus de 8 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/includes/ajax.inc
53 53
      // Overwrite the destination.
54 54
      // @see drupal_get_destination()
55 55
      $origin_destination = $path;
56
      $query = drupal_http_build_query($_REQUEST);
56
      $query = drupal_http_build_query(drupal_get_query_parameters());
57 57
      if ($query != '') {
58 58
        $origin_destination .= '?' . $query;
59 59
      }

Formats disponibles : Unified diff