Project

General

Profile

Revision 2b3c8cc1

Added by Assos Assos about 9 years ago

Weekly update of contrib modules

View differences:

drupal7/sites/all/modules/media/modules/media_wysiwyg/includes/media_wysiwyg.pages.inc
83 83
      they are inserted into an editor.')
84 84
  );
85 85

  
86
  // Add fields from the file, so that we can override them if neccesary.
86
  // Add fields from the file, so that we can override them if necessary.
87 87
  $form['options']['fields'] = array();
88 88
  foreach ($fields as $field_name => $field_value) {
89 89
    $file->{$field_name} = $field_value;

Also available in: Unified diff