Projet

Général

Profil

Révision 05237dd8

Ajouté par Assos Assos il y a presque 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/media/media.install
87 87
    'rules' => 7205,
88 88
  );
89 89
  // Those updates require {file_type} table created.
90
  $dependencies['media'][7204] = array(
91
    'file_entity' => 7201,
90
  $dependencies['media'][7200] = array(
91
    'file_entity' => 7207,
92 92
  );
93 93
  // Require {file_type}.mimetypes column before updating them.
94 94
  $dependencies['media'][7208] = array(
......
965 965
    $effect = array(
966 966
      'name' => 'image_scale_and_crop',
967 967
      'data' => array(
968
        'width' => 180,
969
        'height' => 180,
968
        'width' => 100,
969
        'height' => 100,
970 970
        'weight' => 0,
971 971
      ),
972 972
      'isid' => $style['isid'],

Formats disponibles : Unified diff