Projet

Général

Profil

Révision 136a805a

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/plugins/content_types/node_context/node_type_desc.inc
18 18
 * based on the module and delta supplied in the configuration.
19 19
 */
20 20
function ctools_node_type_desc_content_type_render($subtype, $conf, $panel_args, $context) {
21
  $node = isset($context->data) ? clone($context->data) : NULL;
21
  $node = isset($context->data) ? clone $context->data : NULL;
22 22
  $block = new stdClass();
23 23
  $block->module = 'node_type';
24 24

  

Formats disponibles : Unified diff