Projet

Général

Profil

Révision 4eeb3b46

Ajouté par Assos Assos il y a presque 8 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/bootstrap/templates/file/file-widget-multiple.func.php
48 48
  $rows = array();
49 49
  foreach ($widgets as $key => &$widget) {
50 50
    // Save the uploading row for last.
51
    if ($widget['#file'] == FALSE) {
51
    if (!isset($widget['#file']) || $widget['#file'] === FALSE) {
52 52
      $widget['#title'] = $element['#file_upload_title'];
53 53
      $widget['#description'] = $element['#file_upload_description'];
54 54
      continue;

Formats disponibles : Unified diff