Commit beb514a9 authored by jpstrikesback's avatar jpstrikesback Committed by howard ge
Browse files

Issue #[2049393] undefined index:url_type.

parent dc7788af
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -37,7 +37,11 @@ function image_url_formatter_field_formatter_info() {
    'image_url' => array(
      'label' => t('Image URL'),
      'field types' => array('image', 'imagefield_crop'),
      'settings' => array('image_style' => '', 'image_link' => ''),
      'settings' => array(
        'url_type' => '',
        'image_style' => '',
        'image_link' => '',
      ),
    ),
  );