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/page-wizard.inc
1 1
<?php
2 2

  
3
/**
4
 * @file
5
 */
6

  
3 7
/**
4 8
 * Fetch metadata on a specific page_wizard plugin.
5 9
 *
......
53 57
}
54 58

  
55 59
function page_manager_make_wizard_cache($plugin) {
56
  $cache = new stdClass;
60
  $cache = new stdClass();
57 61
  $cache->plugin = $plugin;
58 62
  if ($function = ctools_plugin_get_function($plugin, 'default cache')) {
59 63
    $function($cache);

Formats disponibles : Unified diff