Projet

Général

Profil

Révision c73bc8d8

Ajouté par Assos Assos il y a environ 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/media/modules/media_wysiwyg/includes/media_wysiwyg.filter.inc
348 348
          }
349 349
        }
350 350
        // Multi-value select lists show up here with 3 array items.
351
        elseif (count($parsed_field) == 3 && is_numeric($parsed_field[2])) {
351
        elseif (count($parsed_field) == 3 && (empty($parsed_field[2]) || is_numeric($parsed_field[2]))) {
352 352
          $info = field_info_field($parsed_field[0]);
353 353
          // They just need the value column.
354 354
          $parsed_field[3] = key($info['columns']);

Formats disponibles : Unified diff