Projet

Général

Profil

Révision 7e72b748

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/includes/wizard.inc
469 469
    if (!isset($path[1]) || !is_array($path[1])) {
470 470
      $path[1] = array();
471 471
    }
472
    // Ensure that the query part of options is an array.
473
    $path[1] += array('query' => array());
474 472
    // Add the destination parameter, if not set already.
475
    $path[1]['query'] += drupal_get_destination();
473
    $path[1] += drupal_get_destination();
476 474
  }
477 475

  
478 476
  return $path;

Formats disponibles : Unified diff