Projet

Général

Profil

Révision 99781f3b

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/token/token.pages.inc
199 199
  $row = $defaults;
200 200
  $row['id'] = _token_clean_css_identifier($token);
201 201
  $row['data']['name'] = $token_info['name'];
202
  $row['data']['description'] = $token_info['description'];
202
  $row['data']['description'] = isset($token_info['description']) ? $token_info['description'] : '';
203 203

  
204 204
  if ($is_group) {
205 205
    // This is a token type/group.
......
207 207
  }
208 208
  else {
209 209
    // This is a token.
210
    $row['data']['token'] = array();
210 211
    $row['data']['token']['data'] = $token;
211 212
    $row['data']['token']['class'][] = 'token-key';
212 213
    if (isset($token_info['value'])) {

Formats disponibles : Unified diff