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/user_context/profile_fields.inc
21 21
 * 'Render' callback for the 'profile fields' content type.
22 22
 */
23 23
function ctools_profile_fields_content_type_render($subtype, $conf, $panel_args, $context) {
24
  $account = isset($context->data) ? clone($context->data) : NULL;
24
  $account = isset($context->data) ? clone $context->data : NULL;
25 25
  $block = new stdClass();
26 26
  $block->module = 'profile fields';
27 27

  

Formats disponibles : Unified diff