Projet

Général

Profil

Révision 01dfd3b5

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

Udpate to 7.77

Voir les différences:

drupal7/modules/file/file.module
281 281
  }
282 282
  // Otherwise just add the new content class on a placeholder.
283 283
  else {
284
    $form['#suffix'] .= '<span class="ajax-new-content"></span>';
284
    $form['#suffix'] = (isset($form['#suffix']) ? $form['#suffix'] : '') . '<span class="ajax-new-content"></span>';
285 285
  }
286 286

  
287
  $form['#prefix'] .= theme('status_messages');
287
  $form['#prefix'] = (isset($form['#prefix']) ? $form['#prefix'] : '') . theme('status_messages');
288

  
288 289
  $output = drupal_render($form);
289 290
  $js = drupal_add_js();
290 291
  $settings = drupal_array_merge_deep_array($js['settings']['data']);

Formats disponibles : Unified diff