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/user_profile.inc
20 20
 * Render the user profile content type.
21 21
 */
22 22
function ctools_user_profile_content_type_render($subtype, $conf, $panel_args, $context) {
23
  $account = isset($context->data) ? clone($context->data) : NULL;
23
  $account = isset($context->data) ? clone $context->data : NULL;
24 24
  if (!$account) {
25 25
    return NULL;
26 26
  }

Formats disponibles : Unified diff