Projet

Général

Profil

Révision 8be7bf84

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/plugins/export_ui/views_ui.class.php
364 364
   *
365 365
   */
366 366
  function clone_page($js, $input, $item, $step = NULL) {
367
    $args = func_get_args();
368

  
367 369
    drupal_set_title($this->get_page_title('clone', $item));
368 370

  
369 371
    $name = $item->{$this->plugin['export']['key']};
......
380 382
      'no_redirect' => TRUE,
381 383
      'step' => $step,
382 384
      // Store these in case additional args are needed.
383
      'function args' => func_get_args(),
385
      'function args' => $args,
384 386
    );
385 387

  
386 388
    $output = drupal_build_form('views_ui_clone_form', $form_state);

Formats disponibles : Unified diff