Projet

Général

Profil

Révision b858700c

Ajouté par Assos Assos il y a environ 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/commerce/modules/customer/commerce_customer_ui.module
185 185

  
186 186
  // Return the user defined help text per customer profile type when adding profiles.
187 187
  if ($arg[1] == 'commerce' && $arg[2] == 'customer-profiles' && $arg[3] == 'add' && $arg[4]) {
188
    $profile_type = commerce_customer_profile_type_load($arg[5]);
188
    $profile_type = commerce_customer_profile_type_load($arg[4]);
189 189
    return (!empty($profile_type['help']) ? '<p>' . filter_xss_admin($profile_type['help']) . '</p>' : '');
190 190
  }
191 191
}

Formats disponibles : Unified diff