Projet

Général

Profil

Révision 5587145e

Ajouté par Assos Assos il y a presque 7 ans

Update to 7.56

Voir les différences:

drupal7/includes/common.inc
487 487
  $params = array();
488 488

  
489 489
  foreach ($query as $key => $value) {
490
    $key = ($parent ? $parent . '[' . rawurlencode($key) . ']' : rawurlencode($key));
490
    $key = $parent ? $parent . rawurlencode('[' . $key . ']') : rawurlencode($key);
491 491

  
492 492
    // Recurse into children.
493 493
    if (is_array($value)) {

Formats disponibles : Unified diff