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/term_context/term_list.inc
21 21
);
22 22

  
23 23
function ctools_term_list_content_type_render($subtype, $conf, $panel_args, $context) {
24
  $term = isset($context->data) ? clone($context->data) : NULL;
24
  $term = isset($context->data) ? clone $context->data : NULL;
25 25
  $block = new stdClass();
26 26
  $block->module = 'term-list';
27 27
  $path = empty($conf['path']) ? 'taxonomy/term/%tid' : $conf['path'];

Formats disponibles : Unified diff