Projet

Général

Profil

Révision c22e192e

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/includes/context-admin.inc
376 376
    'path' => "ctools/context/ajax/add/$mechanism/$type/$cache_key/$name/%step",
377 377
    'show cancel' => TRUE,
378 378
    'default form' => 'ctools_edit_context_form_defaults',
379
    'auto caching' => TRUE,
379
    'auto cache' => TRUE,
380 380
    'cache mechanism' => $mechanism,
381 381
    'cache key' => $cache_key,
382 382
    // This is stating what the cache will be referred to in $form_state
383
    'cache storage' => 'object',
383
    'cache location' => 'object',
384 384
  );
385 385

  
386 386
  if ($type == 'requiredcontext') {
......
561 561
    'path' => "ctools/context/ajax/configure/$mechanism/$type/$cache_key/$position/%step",
562 562
    'show cancel' => TRUE,
563 563
    'default form' => 'ctools_edit_context_form_defaults',
564
    'auto caching' => TRUE,
564
    'auto cache' => TRUE,
565 565
    'cache mechanism' => $mechanism,
566 566
    'cache key' => $cache_key,
567 567
    // This is stating what the cache will be referred to in $form_state
568
    'cache storage' => 'object',
568
    'cache location' => 'object',
569 569
  );
570 570

  
571 571
  if ($type == 'requiredcontext') {

Formats disponibles : Unified diff